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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2696bc5d4 change router to route (#10463)
2696bc5d4 is described below

commit 2696bc5d4c60f8b873902a124c93ebb56987fe4f
Author: Traky Deng <[email protected]>
AuthorDate: Thu Nov 9 16:17:44 2023 -0800

    change router to route (#10463)
---
 docs/en/latest/deployment-modes.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en/latest/deployment-modes.md 
b/docs/en/latest/deployment-modes.md
index bc195121c..edf705a89 100644
--- a/docs/en/latest/deployment-modes.md
+++ b/docs/en/latest/deployment-modes.md
@@ -151,9 +151,9 @@ routes:
 
 *WARNING*: APISIX will not load the rules into memory from file 
`conf/apisix.yaml` if there is no `#END` at the end.
 
-### How to configure Router
+### How to configure Route
 
-Single Router:
+Single Route:
 
 ```yaml
 routes:
@@ -166,7 +166,7 @@ routes:
 #END
 ```
 
-Multiple Router:
+Multiple Routes:
 
 ```yaml
 routes:
@@ -185,7 +185,7 @@ routes:
 #END
 ```
 
-### How to configure Router + Service
+### How to configure Route + Service
 
 ```yml
 routes:
@@ -202,7 +202,7 @@ services:
 #END
 ```
 
-### How to configure Router + Upstream
+### How to configure Route + Upstream
 
 ```yml
 routes:
@@ -218,7 +218,7 @@ upstreams:
 #END
 ```
 
-### How to configure Router + Service + Upstream
+### How to configure Route + Service + Upstream
 
 ```yml
 routes:

Reply via email to