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

albumenj 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 cb531b142e fix word misspelling (#2349)
cb531b142e is described below

commit cb531b142eeabebd6d16b3d80b340e704c7f7a9b
Author: IceFoxs <[email protected]>
AuthorDate: Mon Mar 6 14:26:03 2023 +0800

    fix word misspelling (#2349)
    
    fix word misspelling
---
 content/zh-cn/overview/core-features/traffic/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh-cn/overview/core-features/traffic/_index.md 
b/content/zh-cn/overview/core-features/traffic/_index.md
index 7085097fb5..2776ad99eb 100755
--- a/content/zh-cn/overview/core-features/traffic/_index.md
+++ b/content/zh-cn/overview/core-features/traffic/_index.md
@@ -123,7 +123,7 @@ RpcContext.getContext().setAttachment(Constants.TAG_KEY, 
"Hangzhou");
 
 
条件路由与标签路由的工作模式非常相似,也是首先对请求中的参数进行匹配,符合匹配条件的请求将被转发到包含特定实例地址列表的子集。相比于标签路由,条件路由的匹配方式更灵活:
 
-* 
在标签路由中,一旦给某一台或几台机器实例打了标签,则这部分实例就会被立马从通用流量集合中移除,不通标签之间不会再有交集。有点类似下图,地址集合在输入阶段就已经划分明确。
+* 
在标签路由中,一旦给某一台或几台机器实例打了标签,则这部分实例就会被立马从通用流量集合中移除,不同标签之间不会再有交集。有点类似下图,地址集合在输入阶段就已经划分明确。
 
 ![tag-condition-compare](/imgs/v3/feature/traffic/tag-condition-compare1.png)
 
@@ -271,4 +271,4 @@ Dubbo 还提供了 `dubboctl` 命令行工具,前提也是需要有 Dubbo Admi
 具体请参见 [使用服务网格规则](./mesh-rule)。
 
 ## 跟随示例学习
-我们搭建了一个 [线上商城系统](../../tasks/traffic-management/) 供您学习流量规则的具体使用。
\ No newline at end of file
+我们搭建了一个 [线上商城系统](../../tasks/traffic-management/) 供您学习流量规则的具体使用。

Reply via email to