spacewander commented on a change in pull request #6016:
URL: https://github.com/apache/apisix/pull/6016#discussion_r778574288
##########
File path: docs/en/latest/getting-started.md
##########
@@ -138,35 +138,36 @@ Apache APISIX provides users with a powerful [Admin
API](./admin-api.md) and [AP
We can create a [Route](./architecture-design/route.md) and connect it to an
Upstream service(also known as the
[Upstream](./architecture-design/upstream.md)). When a `Request` arrives at
Apache APISIX, Apache APISIX knows which Upstream the request should be
forwarded to.
-Because we have configured matching rules for the Route object, Apache APISIX
can forward the request to the corresponding Upstream service. The following
code is an example of a Route configuration:
+Because we have configured matching rules for the Route object, Apache APISIX
can forward the request to the corresponding Upstream service. The following
code creates a sample configuration of Route:
```json
Review comment:
```suggestion
```bash
```
##########
File path: docs/zh/latest/getting-started.md
##########
@@ -136,35 +136,36 @@ Apache APISIX 提供了强大的 [Admin API](./admin-api.md) 和
[Dashboard](htt
我们可以创建一个 [Route](./architecture-design/route.md) 并与上游服务(通常也被称为
[Upstream](./architecture-design/upstream.md) 或后端服务)绑定,当一个 `请求(Request)` 到达
Apache APISIX 时,Apache APISIX 就会明白这个请求应该转发到哪个上游服务中。
-因为我们为 Route 对象配置了匹配规则,所以 Apache APISIX 可以将请求转发到对应的上游服务。以下代码是一个 Route 配置示例:
+因为我们为 Route 对象配置了匹配规则,所以 Apache APISIX 可以将请求转发到对应的上游服务。以下代码会创建一个示例 Route 配置:
```json
Review comment:
Ditto
--
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]