piglei commented on a change in pull request #6016:
URL: https://github.com/apache/apisix/pull/6016#discussion_r778586147
##########
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:
Updated.
--
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]