You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/04/24 00:30:01 UTC

[doris] branch master updated: [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md (#18969)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b4282641c1 [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md (#18969)
b4282641c1 is described below

commit b4282641c130e89ee2e9022b106967b74f7a30ad
Author: zzzzzzzs <14...@qq.com>
AuthorDate: Mon Apr 24 08:29:55 2023 +0800

    [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md (#18969)
    
    * [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md
    
    * Update ADMIN-SHOW-CONFIG.md
---
 .../Database-Administration-Statements/ADMIN-SHOW-CONFIG.md       | 8 ++++----
 .../Database-Administration-Statements/ADMIN-SHOW-CONFIG.md       | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/en/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md b/docs/en/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md
index 060e44d095..0f9bb92d0c 100644
--- a/docs/en/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md
+++ b/docs/en/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md
@@ -51,11 +51,11 @@ The columns in the results have the following meanings:
 
 ### Example
 
- 1. View the configuration of the current FE node
+1. View the configuration of the current FE node
 
-       ```sql
-       ADMIN SHOW FRONTEND CONFIG;
-       ```
+   ```sql
+   ADMIN SHOW FRONTEND CONFIG;
+   ```
 
 2. Use the like predicate to search the configuration of the current Fe node
 
diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md b/docs/zh-CN/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md
index 7e49a3b1f8..03b5b93b77 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md
@@ -51,11 +51,11 @@ ADMIN SHOW CONFIG
 
 ### Example
 
- 1. 查看当前FE节点的配置
+1. 查看当前FE节点的配置
 
-        ```sql
-        ADMIN SHOW FRONTEND CONFIG;
-        ```
+   ```sql
+   ADMIN SHOW FRONTEND CONFIG;
+   ```
 
 2. 使用like谓词搜索当前Fe节点的配置
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org