You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2018/11/21 12:24:42 UTC

[incubator-dubbo-website] branch asf-site updated: fix a word error (#185)

This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8955424  fix a word error (#185)
8955424 is described below

commit 8955424705cb7ad77784be18569078e3494e2c21
Author: ateacer <li...@outlook.com>
AuthorDate: Wed Nov 21 20:24:38 2018 +0800

    fix a word error (#185)
---
 docs/zh-cn/dev/design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/dev/design.md b/docs/zh-cn/dev/design.md
index 6cb829a..7645e9a 100644
--- a/docs/zh-cn/dev/design.md
+++ b/docs/zh-cn/dev/design.md
@@ -44,7 +44,7 @@
 * **dubbo-cluster 集群模块**:将多个服务提供方伪装为一个提供方,包括:负载均衡, 容错,路由等,集群的地址列表可以是静态配置的,也可以是由注册中心下发。
 * **dubbo-registry 注册中心模块**:基于注册中心下发地址的集群方式,以及对各种注册中心的抽象。
 * **dubbo-monitor 监控模块**:统计服务调用次数,调用时间的,调用链跟踪的服务。
-* **dubbo-config 配置模块**:是 Dubbo 对外的 API,用户通过 Config 使用D ubbo,隐藏 Dubbo 所有细节。
+* **dubbo-config 配置模块**:是 Dubbo 对外的 API,用户通过 Config 使用Dubbo,隐藏 Dubbo 所有细节。
 * **dubbo-container 容器模块**:是一个 Standlone 的容器,以简单的 Main 加载 Spring 启动,因为服务通常不需要 Tomcat/JBoss 等 Web 容器的特性,没必要用 Web 容器去加载服务。
 
 整体上按照分层结构进行分包,与分层的不同点在于: