[docs] Switch contraction to possesive

This commit is contained in:
kingrhoton 2016-07-26 10:59:33 -07:00 committed by Nik Everett
parent 9270e8b22b
commit 643ccb8cc1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Nodes can be excluded from becoming a master by setting `node.master` to `false`
The `discovery.zen.minimum_master_nodes` sets the minimum
number of master eligible nodes that need to join a newly elected master in order for an election to
complete and for the elected node to accept it's mastership. The same setting controls the minimum number of
complete and for the elected node to accept its mastership. The same setting controls the minimum number of
active master eligible nodes that should be a part of any active cluster. If this requirement is not met the
active master node will step down and a new master election will be begin.