diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index 4b794d8940..bdaafb4b5f 100644 --- a/docs/reference/commandline/network_create.md +++ b/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. diff --git a/man/docker-network-create.1.md b/man/docker-network-create.1.md index acbe267208..4d0782b697 100644 --- a/man/docker-network-create.1.md +++ b/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.