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

baerwang 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 994af4cb6a7 fix typos (#2896)
994af4cb6a7 is described below

commit 994af4cb6a7125ced4681dfee89358a6a226ce21
Author: laywin <[email protected]>
AuthorDate: Wed Jan 10 14:58:28 2024 +0800

    fix typos (#2896)
---
 content/zh-cn/overview/core-features/traffic/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh-cn/overview/core-features/traffic/_index.md 
b/content/zh-cn/overview/core-features/traffic/_index.md
index 9a35369dd50..a8a760fd244 100755
--- a/content/zh-cn/overview/core-features/traffic/_index.md
+++ b/content/zh-cn/overview/core-features/traffic/_index.md
@@ -38,7 +38,7 @@ Dubbo 的流量管控规则可以基于应用、服务、方法、参数等粒
 ![Router](/imgs/v3/feature/traffic/router1.png)
 
 通常,在 Dubbo 中,多个路由器组成一条路由链共同协作,前一个路由器的输出作为另一个路由器的输入,经过层层路由规则筛选后,最终生成有效的地址集合。
-* Dubbo 中的每个服务都有一条完全独立的路由链,每个服务的路由链组成可能不通,处理的规则各异,各个服务间互不影响。
+* Dubbo 中的每个服务都有一条完全独立的路由链,每个服务的路由链组成可能不同,处理的规则各异,各个服务间互不影响。
 * 对单条路由链而言,即使每次输入的地址集合相同,根据每次请求上下文的不同,生成的地址子集结果也可能不同。
 
 ![Router](/imgs/v3/feature/traffic/router2.png)

Reply via email to