mirror of https://github.com/hashicorp/consul
fix typo in cluster peering docs
parent
8079686bf0
commit
a6d264fafa
|
@ -262,7 +262,7 @@ After you establish a peering connection, run the [`consul peering list`](/comma
|
||||||
For example, the following command requests a list of all peering connections and returns the information in a table:
|
For example, the following command requests a list of all peering connections and returns the information in a table:
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ consul peerings list
|
$ consul peering list
|
||||||
|
|
||||||
Name State Imported Svcs Exported Svcs Meta
|
Name State Imported Svcs Exported Svcs Meta
|
||||||
cluster-02 ACTIVE 0 2 env=production
|
cluster-02 ACTIVE 0 2 env=production
|
||||||
|
|
Loading…
Reference in New Issue