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

wenming pushed a commit to branch release/3.7
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.7 by this push:
     new adfc61b06 docs: Update plugin-config.md to fix grammatical errors 
(#10777)
adfc61b06 is described below

commit adfc61b06cd2714cb8124fed2916971cad8a1108
Author: hankai17 <[email protected]>
AuthorDate: Tue Jan 9 17:53:21 2024 +0800

    docs: Update plugin-config.md to fix grammatical errors (#10777)
---
 docs/en/latest/terminology/plugin-config.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/terminology/plugin-config.md 
b/docs/en/latest/terminology/plugin-config.md
index 4ed78e6d5..228e37ac7 100644
--- a/docs/en/latest/terminology/plugin-config.md
+++ b/docs/en/latest/terminology/plugin-config.md
@@ -112,7 +112,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \
         "nodes": {
             "127.0.0.1:1980": 1
         }
-    }
+    },
     "plugins": {
         "proxy-rewrite": {
             "uri": "/test/add",
@@ -140,7 +140,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \
         "nodes": {
             "127.0.0.1:1980": 1
         }
-    }
+    },
     "plugins": {
         "ip-restriction": {
             "whitelist": [

Reply via email to