juzhiyuan commented on a change in pull request #3980: URL: https://github.com/apache/apisix/pull/3980#discussion_r609300344
########## File path: docs/zh/latest/getting-started.md ########## @@ -62,15 +62,15 @@ $ curl --location --request GET "http://httpbin.org/get?foo1=bar1&foo2=bar2" 让我们来分析一下上面的请求 URL: -- Scheme: HTTP +- Protocol: HTTP Review comment: maybe we need to use `scheme` here? ########## File path: docs/zh/latest/getting-started.md ########## @@ -134,23 +132,23 @@ $ curl "http://127.0.0.1:9080/apisix/admin/services/" -H 'X-API-KEY: edd1c9f0343 } ``` -这条路由配置是指:当入站请求满足下述规则时,请求将被转发到 `httpbin.org:80` 上游: +这条路由配置意味着,所有的入站请求都将被转发到 `httpbin.org:80` 上游,当它们满足下述的 **所有** 规则 (匹配的请求): Review comment: ```suggestion 这条路由配置意味着,当它们满足下述的 **所有** 规则时,所有匹配的入站请求都将被转发到 `httpbin.org:80` 上游,``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
