浏览代码

newtork -> network (minor spelling correction)

...yeah, that was bugging me. :)

Signed-off-by: Chris Weyl <cweyl@alumni.drew.edu>
Chris Weyl 9 年之前
父节点
当前提交
8fd2630d01
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/reference/commandline/network_create.md
  2. 1 1
      man/docker-network-create.1.md

+ 1 - 1
docs/reference/commandline/network_create.md

@@ -116,7 +116,7 @@ docker network create -d overlay
   --ip-range=192.168.1.0/24
   --aux-address a=192.168.1.5 --aux-address b=192.168.1.6
   --aux-address a=192.170.1.5 --aux-address b=192.170.1.6
-  my-multihost-newtork
+  my-multihost-network
 ```
 Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.
 

+ 1 - 1
man/docker-network-create.1.md

@@ -116,7 +116,7 @@ docker network create -d overlay
   --ip-range=192.168.1.0/24
   --aux-address a=192.168.1.5 --aux-address b=192.168.1.6
   --aux-address a=192.170.1.5 --aux-address b=192.170.1.6
-  my-multihost-newtork
+  my-multihost-network
 ```
 Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.