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 f5b270e  fix typo in dubbo-zk (#520)
f5b270e is described below

commit f5b270e75ac75da847c8262bd9459ed6b7e7883f
Author: withthewind <[email protected]>
AuthorDate: Tue Nov 5 17:04:04 2019 +0800

    fix typo in dubbo-zk (#520)
---
 blog/zh-cn/dubbo-zk.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/zh-cn/dubbo-zk.md b/blog/zh-cn/dubbo-zk.md
index 6787a82..6e44e78 100644
--- a/blog/zh-cn/dubbo-zk.md
+++ b/blog/zh-cn/dubbo-zk.md
@@ -141,7 +141,7 @@ Dubbo 使用 Zookeeper 用于服务的注册发现和配置管理,在 Zookeepe
 
 ![dubbo-in-zk](../../img/blog/dubbo-in-zk.jpg)
 
-首先,所有 Dubbo 相关的数据都组织在 `/duboo` 的根节点下。
+首先,所有 Dubbo 相关的数据都组织在 `/dubbo` 的根节点下。
 
 二级目录是服务名,如 `com.foo.BarService`。
 

Reply via email to