diff --git a/swarm/reference/list.md b/swarm/reference/list.md index 659dde1dbc..0dba766fac 100644 --- a/swarm/reference/list.md +++ b/swarm/reference/list.md @@ -36,7 +36,7 @@ When you use the `list` command, use the `` argument to specify one o * `token://` * `consul:///` -* `etcd://,,/` +* `etcd://,,/` * `file://` * `zk://,/` * `[nodes://],` @@ -48,7 +48,7 @@ Where: * `ip1`, `ip2`, `ip3` are each the IP address and port numbers of a discovery backend node. * `path` (optional) is a path to a key-value store on the discovery backend. When you use a single backend to service multiple clusters, you use paths to maintain separate key-value stores for each cluster. -* `path/to/file` is the path to a file that contains a static list of the Swarm managers and nodes that are members the cluster. +* `path/to/file` is the path to a file that contains a static list of the Swarm managers and nodes that are members of the cluster. * `iprange` is an IP address or a range of IP addresses followed by a port number. For example: @@ -76,4 +76,4 @@ Use `--discovery-opt ` to discovery options, such as paths to the TLS fil --discovery-opt kv.certfile=/path/to/mycert.pem \ --discovery-opt kv.keyfile=/path/to/mykey.pem \ -For more information, see [Use TLS with distributed key/value discovery](../discovery.md) \ No newline at end of file +For more information, see [Use TLS with distributed key/value discovery](../discovery.md).