From 3760030de1083c8eb4e36a5b1c3a2d9584796afc Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sun, 3 Aug 2014 17:22:19 -0400 Subject: [PATCH] Missing "it" --- website/source/intro/getting-started/join.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/join.html.markdown b/website/source/intro/getting-started/join.html.markdown index 53bc44fa62..74405cff20 100644 --- a/website/source/intro/getting-started/join.html.markdown +++ b/website/source/intro/getting-started/join.html.markdown @@ -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.