Browse code

newtork -> network (minor spelling correction)

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

Signed-off-by: Chris Weyl <cweyl@alumni.drew.edu>

Chris Weyl authored on 2015/12/01 14:33:55
Showing 2 changed files
... ...
@@ -116,7 +116,7 @@ docker network create -d overlay
116 116
   --ip-range=192.168.1.0/24
117 117
   --aux-address a=192.168.1.5 --aux-address b=192.168.1.6
118 118
   --aux-address a=192.170.1.5 --aux-address b=192.170.1.6
119
-  my-multihost-newtork
119
+  my-multihost-network
120 120
 ```
121 121
 Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.
122 122
 
... ...
@@ -116,7 +116,7 @@ docker network create -d overlay
116 116
   --ip-range=192.168.1.0/24
117 117
   --aux-address a=192.168.1.5 --aux-address b=192.168.1.6
118 118
   --aux-address a=192.170.1.5 --aux-address b=192.170.1.6
119
-  my-multihost-newtork
119
+  my-multihost-network
120 120
 ```
121 121
 Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.
122 122