Missing "it"

This commit is contained in:
Laurent Raufaste 2014-08-03 17:22:19 -04:00
parent 4859b4a7d7
commit 3760030de1

View File

@ -14,7 +14,7 @@ real cluster with multiple members.
When starting a Consul agent, it begins without knowledge of any other node, and is
an isolated cluster of one. To learn about other cluster members, the agent must
_join_ an existing cluster. To join an existing cluster, only needs to know
_join_ an existing cluster. To join an existing cluster, it only needs to know
about a _single_ existing member. After it joins, the agent will gossip with this
member and quickly discover the other members in the cluster. A Consul
agent can join any other agent, it doesn't have to be an agent in server mode.