fix spelling typo (#5215)

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-11-03 11:38:26 -07:00 committed by GitHub
parent 59663aa949
commit 474c81b52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ myvm1 - virtualbox Running tcp://192.168.99.100:2376 v17.
myvm2 - virtualbox Running tcp://192.168.99.101:2376 v17.06.2-ce
```
#### Initialze the swarm and add nodes
#### Initialize the swarm and add nodes
The first machine will act as the manager, which executes management commands
and authenticates workers to join the swarm, and the second will be a worker.