Merge pull request #931 from colinrymer/patch-1

Typo fix
This commit is contained in:
Ryan Breen 2015-05-12 15:55:18 -04:00
commit d5ed5d9439
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ providing the `-bootstrap-expect 3` flag. Once the nodes are started, you should
[WARN] raft: EnableSingleNode disabled, and no known peers. Aborting election. [WARN] raft: EnableSingleNode disabled, and no known peers. Aborting election.
``` ```
This indicates that the nodes are expecting 2 peers but none are known yet. To provent a split-brain This indicates that the nodes are expecting 2 peers but none are known yet. To prevent a split-brain
scenario, the servers will not elect themselves leader. scenario, the servers will not elect themselves leader.
## Creating a cluster ## Creating a cluster