From 880181413569a9a8ed8b61d312d3f77d659a6d6c Mon Sep 17 00:00:00 2001 From: Zhang Xingcai Date: Wed, 11 Oct 2017 04:12:55 +0800 Subject: [PATCH] Update misspelled word Enviornment to Environment (#5845) --- 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 8b228155af..49383c1f12 100644 --- a/docs/tutorials/stateful-application/zookeeper.md +++ b/docs/tutorials/stateful-application/zookeeper.md @@ -535,7 +535,7 @@ Get the `zk` StatefulSet. ```{% endraw %} Notice that the command used to start the ZooKeeper servers passed the configuration -as command line parameter. Enviornment variables are another, equally good, way to +as command line parameter. Environment variables are another, equally good, way to pass configuration to ensemble. ### Configuring Logging