You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/10/12 09:38:06 UTC

[dubbo-website] branch master updated: fix typo in registry/zookeeper.md (#494)

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 5110690  fix typo in registry/zookeeper.md (#494)
5110690 is described below

commit 51106900141aaa04f2bdcafa56b774c9abc5245f
Author: lkj41110 <80...@qq.com>
AuthorDate: Sat Oct 12 17:37:58 2019 +0800

    fix typo in registry/zookeeper.md (#494)
---
 docs/zh-cn/dev/TCK.md                            | 2 +-
 docs/zh-cn/user/references/registry/zookeeper.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-cn/dev/TCK.md b/docs/zh-cn/dev/TCK.md
index d5ab645..86d2e98 100644
--- a/docs/zh-cn/dev/TCK.md
+++ b/docs/zh-cn/dev/TCK.md
@@ -2,7 +2,7 @@
 
 Dubbo 的协议,通讯,序列化,注册中心,负载均策等扩展点,都有多种可选策略,以应对不同应用场景,而我们的测试用例很分散,当用户自己需要加一种新的实现时,总是不确定能否满足扩展点的完整契约。
 
-所以,我们需要对核心扩展点写 [TCK](http://en.wikipedia.org/wiki/Technology_Compatibility_Kit) (Technology Compatibility Kit),用户增加一种扩展实现,只需通过 TCK,即可确保与框架的其它部分兼容运行,可以有效提高整体健状性,也方便第三方扩展者接入,加速开源社区的成熟。
+所以,我们需要对核心扩展点写 [TCK](http://en.wikipedia.org/wiki/Technology_Compatibility_Kit) (Technology Compatibility Kit),用户增加一种扩展实现,只需通过 TCK,即可确保与框架的其它部分兼容运行,可以有效提高整体健壮性,也方便第三方扩展者接入,加速开源社区的成熟。
 
 开源社区的行知同学已着手研究这一块,他的初步想法是借鉴 JBoss 的 CDI-TCK,做一个 Dubbo 的 TCK 基础框架,在此之上实现 Dubbo 的扩展点 TCK 用例。
 
diff --git a/docs/zh-cn/user/references/registry/zookeeper.md b/docs/zh-cn/user/references/registry/zookeeper.md
index d73defc..c0ac336 100644
--- a/docs/zh-cn/user/references/registry/zookeeper.md
+++ b/docs/zh-cn/user/references/registry/zookeeper.md
@@ -40,7 +40,7 @@ Dubbo 支持 zkclient 和 curator 两种 Zookeeper 客户端实现:
 
 ### 使用 zkclient 客户端
 
-从 `2.2.0` 版本开始缺省为 zkclient 实现,以提升 zookeeper 客户端的健状性。[zkclient](https://github.com/sgroschupf/zkclient) 是 Datameer 开源的一个 Zookeeper 客户端实现。
+从 `2.2.0` 版本开始缺省为 zkclient 实现,以提升 zookeeper 客户端的健壮性。[zkclient](https://github.com/sgroschupf/zkclient) 是 Datameer 开源的一个 Zookeeper 客户端实现。
 
 缺省配置: