Merge pull request #11197 from StBalashov/patch-1

Typo. Update network-tutorial-overlay.md
This commit is contained in:
Sebastiaan van Stijn 2020-07-29 23:21:40 +02:00 committed by GitHub
commit cd6c5a5d46
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.