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

wenming 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 a747b0698 docs: Correcting grammatical errors in the installation 
guide document. (#11783)
a747b0698 is described below

commit a747b06988bba80a3f4287452d17418b950ced93
Author: MrLinMH <[email protected]>
AuthorDate: Mon Feb 10 13:26:08 2025 +0800

    docs: Correcting grammatical errors in the installation guide document. 
(#11783)
    
    Co-authored-by: root <[email protected]>
---
 docs/en/latest/installation-guide.md | 5 ++---
 docs/zh/latest/installation-guide.md | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/en/latest/installation-guide.md 
b/docs/en/latest/installation-guide.md
index b3cc51486..44fbd3f8f 100644
--- a/docs/en/latest/installation-guide.md
+++ b/docs/en/latest/installation-guide.md
@@ -314,9 +314,8 @@ You can update your configuration file as shown below:
 ```yaml title="conf/config.yaml"
 deployment:
   admin:
-    admin_key
-      -
-        name: "admin"
+    admin_key:
+      - name: "admin"
         key: newsupersecurekey
         role: admin
 ```
diff --git a/docs/zh/latest/installation-guide.md 
b/docs/zh/latest/installation-guide.md
index 59cdf2040..faa775afc 100644
--- a/docs/zh/latest/installation-guide.md
+++ b/docs/zh/latest/installation-guide.md
@@ -304,9 +304,8 @@ deployment:
 ```yaml title="./conf/config.yaml"
 deployment:
   admin:
-    admin_key
-      -
-        name: "admin"
+    admin_key:
+      - name: "admin"
         key: newsupersecurekey  # 请修改 key 的值
         role: admin
 ```

Reply via email to