zaunist commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r810717116
##########
File path: docs/zh/latest/plugins/traffic-split.md
##########
@@ -224,7 +224,7 @@ world 1981
### 蓝绿发布
-通过请求头获取 `match` 规则参数(也可以通过请求参数获取或NGINX变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的
upstream ,否则所以请求只命中 `route` 上配置的 upstream 。
+通过请求头获取 `match` 规则参数(也可以通过请求参数获取或NGINX变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的
upstream ,否则所有请求只命中 `route` 上配置的 upstream 。
Review comment:
```suggestion
通过请求头获取 `match` 规则参数(也可以通过请求参数获取或 NGINX 变量),在 `match`
规则匹配通过后,表示所有请求都命中到插件配置的 upstream ,否则所有请求只命中 `route` 上配置的 upstream 。
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]