nodes.md grammar correction (#2802)

This commit is contained in:
leonstrand 2017-04-16 18:59:21 -05:00 committed by John Mulhausen
parent 9a9ebdbc52
commit afd9137079
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ manager nodes.
Worker nodes are also instances of Docker Engine whose sole purpose is to
execute containers. Worker nodes don't participate in the Raft distributed
state, make in scheduling decisions, or serve the swarm mode HTTP API.
state, make scheduling decisions, or serve the swarm mode HTTP API.
You can create a swarm of one manager node, but you cannot have a worker node
without at least one manager node. By default, all managers are also workers.