diff --git a/docs/tutorials/stateful-application/zookeeper.md b/docs/tutorials/stateful-application/zookeeper.md index 2a986974795fb..9fd5663ce1885 100644 --- a/docs/tutorials/stateful-application/zookeeper.md +++ b/docs/tutorials/stateful-application/zookeeper.md @@ -502,7 +502,7 @@ As noted in the [Facilitating Leader Election](#facilitating-leader-election) an 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 +achieve consistent configuration by embedding the configuration directly into the manifest. Get the `zk` StatefulSet.