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

navendu pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/next by this push:
     new 7bcb54089 docs: Fixed doc wording (#9209)
7bcb54089 is described below

commit 7bcb540896b18b539f97512c5c60cf726cc4bb08
Author: Abhisman <[email protected]>
AuthorDate: Sat Apr 1 23:48:16 2023 +0530

    docs: Fixed doc wording (#9209)
---
 docs/en/latest/getting-started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/getting-started.md 
b/docs/en/latest/getting-started.md
index 8b393fcc8..ff3300f5e 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -227,7 +227,7 @@ This configuration means that it will forward all matching 
inbound requests to t
 - The request header contains the `host` field, and its value is `example.com`.
 - The request path matches `/anything/*`. `*` means any sub path. For example 
`/anything/foo?arg=10`.
 
-With the Route has created, we can access the Upstream service from the 
address exposed by APISIX:
+With the Route being created, we can access the Upstream service from the 
address exposed by APISIX:
 
 ```bash
 curl -i -X GET "http://127.0.0.1:9080/anything/foo?arg=10"; -H "Host: 
example.com"
@@ -265,7 +265,7 @@ curl "http://127.0.0.1:9080/apisix/admin/routes/1"; -H 
"X-API-KEY: edd1c9f034335f
 }'
 ```
 
-With the Route has created, we can access the Upstream service from the 
address exposed by APISIX:
+With the Route being created, we can access the Upstream service from the 
address exposed by APISIX:
 
 ```bash
 curl -i -X GET "http://127.0.0.1:9080/anything/foo?arg=10"; -H "Host: 
example.com"

Reply via email to