Update network-tutorial-overlay.md

This commit is contained in:
Steven 2020-07-30 01:17:51 +05:00 committed by GitHub
parent b39a6c26d6
commit a8a846caca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ connect a service to each of them.
$ docker network create -d overlay nginx-net
```
You don't need to create the overlay network on the other nodes, beacause it
You don't need to create the overlay network on the other nodes, because it
will be automatically created when one of those nodes starts running a
service task which requires it.