From 10bf88b0434bb8907dcd7f6664653aa7c43eaaf1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Nov 2024 11:44:17 +0800 Subject: [PATCH] Correcting grammatical errors in the installation guide document. --- 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 b3cc514864a1..44fbd3f8f721 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 59cdf20405ef..faa775afce8f 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 ```