From 2f3e05311ded89cb1e0f75be9ca627ed40edbe7b Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Sun, 4 Mar 2018 03:37:54 +0800 Subject: [PATCH] fix description about zookeeper (#7598) s/achive/achieve --- docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateful-application/zookeeper.md b/docs/tutorials/stateful-application/zookeeper.md index 2a98697479..9fd5663ce1 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.