fixed typo (#2896)

This commit is contained in:
Alexander Stefurishin 2017-04-19 14:13:16 +03:00 committed by John Mulhausen
parent 3225ae94f2
commit e33bd74c5e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ up 5x in the process.
Here in part 4, you deploy this application onto a cluster, running it on
multiple machines. Multi-container, multi-machine applications are made possible
by joining multiple macines into a "Dockerized" cluster called a **swarm**.
by joining multiple machines into a "Dockerized" cluster called a **swarm**.
## Understanding Swarm clusters