mirror of https://github.com/docker/docs.git
Fix typo in networking documentation
"use may use" => "you may use" add missing s Signed-off-by: Julien Vey <vey.julien@gmail.com>
This commit is contained in:
parent
4dc83cc71b
commit
bb661212f9
|
|
@ -79,7 +79,7 @@ random node.
|
|||
## Remove a network
|
||||
|
||||
To remove a network you can use its ID or its name.
|
||||
If two different network have the same name, use may use `<node>/<name>`.
|
||||
If two different networks have the same name, you may use `<node>/<name>`.
|
||||
|
||||
$ docker network rm swarm_network
|
||||
42131321acab3233ba342443Ba4312
|
||||
|
|
|
|||
Loading…
Reference in New Issue