fix typo in cluster peering docs (#15519)
This commit is contained in:
parent
68f74a197c
commit
245a1e471d
|
@ -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:
|
||||
|
||||
```shell-session
|
||||
$ consul peerings list
|
||||
$ consul peering list
|
||||
|
||||
Name State Imported Svcs Exported Svcs Meta
|
||||
cluster-02 ACTIVE 0 2 env=production
|
||||
|
|
Loading…
Reference in New Issue