From 78f39a4d467713959bb79038d5d13bb6e0c8b759 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 2 Mar 2018 14:38:53 +0800 Subject: [PATCH] fix description about zookeeper 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 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.