mirror of https://github.com/docker/docs.git
Merge pull request #1431 from julienvey/typo_fix
Fix typo in networking documentation
This commit is contained in:
commit
7504c5b866
|
@ -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