diff --git a/docs/wiki/en_quickstart.md b/docs/wiki/en_quickstart.md index e4355290b..31509f564 100644 --- a/docs/wiki/en_quickstart.md +++ b/docs/wiki/en_quickstart.md @@ -197,7 +197,7 @@ UI backend [http://localhost:8500/ui](http://localhost:8500/ui) ``` -4. After the server starts, you SHOULD call hearbeat switcher explicitly in order to start heartbeat for Consul. +4. After the server starts, you SHOULD call heartbeat switcher explicitly in order to start heartbeat for Consul. ```java MotanSwitcherUtil.setSwitcherValue(MotanConstants.REGISTRY_HEARTBEAT_SWITCHER, true) @@ -262,7 +262,7 @@ Install and start ZooKeeper: ``` -4. After the server starts, you SHOULD call hearbeat switcher explicitly in order to start heartbeat for Zookeeper. +4. After the server starts, you SHOULD call heartbeat switcher explicitly in order to start heartbeat for Zookeeper. ```java MotanSwitcherUtil.setSwitcherValue(MotanConstants.REGISTRY_HEARTBEAT_SWITCHER, true)