Fix minor typos and misspells detected using misspell (#7313)

This commit is contained in:
Joseph Herlant
2018-02-08 15:48:52 -08:00
committed by k8s-ci-robot
parent 9a1e5a2c97
commit cef6e06697
8 changed files with 12 additions and 12 deletions
@@ -498,11 +498,11 @@ servers' WALs, and all of their snapshots, remain durable.
## Ensuring Consistent Configuration
As noted in the [Facilitating Leader Election](#facilitating-leader-election) and
[Achieving Consensus](#achieving-consensus) sections, the servers in a
ZooKeeper ensemble require consistent configuration in order to elect a leader
[Achieving Consensus](#achieving-consensus) sections, the servers in a
ZooKeeper ensemble require consistent configuration in order to elect a leader
and form a quorum. They also require consistent configuration of the Zab protocol
in order for the protocol to work correctly over a network. In our example we
achive consistent configuration by embedding the configuration directly into
in order for the protocol to work correctly over a network. In our example we
achieve consistent configuration by embedding the configuration directly into
the manifest.
Get the `zk` StatefulSet.