This is an automated email from the ASF dual-hosted git repository.
hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new b537a12 fix typo in dubbo-zk file (#519)
b537a12 is described below
commit b537a1245548f643db87e793268dcb8f0a209ffa
Author: withthewind <[email protected]>
AuthorDate: Tue Nov 5 17:04:24 2019 +0800
fix typo in dubbo-zk file (#519)
---
blog/en-us/dubbo-zk.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/en-us/dubbo-zk.md b/blog/en-us/dubbo-zk.md
index ca240ec..768648c 100644
--- a/blog/en-us/dubbo-zk.md
+++ b/blog/en-us/dubbo-zk.md
@@ -139,7 +139,7 @@ Zookeeper is used for service registration discovery and
configuration managemen

-First, all data related to Dubbo is organized under the root node of `/duboo`.
+First, all data related to Dubbo is organized under the root node of `/dubbo`.
The secondary directory is the service name like `com.foo.BarService`.