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

dataroaring 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 47c09f518b [typo](docs) fix show frontends doc typo (#22368)
47c09f518b is described below

commit 47c09f518b156ef7c6b447123111f9438640688a
Author: wangtianyi2004 <[email protected]>
AuthorDate: Sun Jul 30 10:19:56 2023 +0800

    [typo](docs) fix show frontends doc typo (#22368)
    
    
    
    Co-authored-by: zy-kkk <[email protected]>
---
 docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md | 2 +-
 .../docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md 
b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md
index fe502f46fb..bd02023ec6 100644
--- a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md
+++ b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md
@@ -43,7 +43,7 @@ SHOW FRONTENDS;
 illustrate:
 
 1. name indicates the name of the FE node in bdbje.
-2. If Join is true, it means that the node has joined the cluster before. But 
it does not mean that it is still in the cluster (may have lost contact
+2. If Join is true, it means that the node has joined the cluster before. But 
it does not mean that it is still in the cluster (may have lost contact)
 3. Alive indicates whether the node is alive or not.
 4. ReplayedJournalId indicates the maximum metadata journal id that has been 
replayed by the node.
 5. LastHeartbeat is the last heartbeat.
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md 
b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md
index 5681d755a2..ae9e7cc28c 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-FRONTENDS.md
@@ -42,7 +42,7 @@ SHOW FRONTENDS;
 
 说明:
 1. name 表示该 FE 节点在 bdbje 中的名称。
-2. Join 为 true 表示该节点曾经加入过集群。但不代表当前还在集群内(可能已失联
+2. Join 为 true 表示该节点曾经加入过集群。但不代表当前还在集群内(可能已失联)
 3. Alive 表示节点是否存活。
 4.  ReplayedJournalId 表示该节点当前已经回放的最大元数据日志id。    
 5.  LastHeartbeat 是最近一次心跳。


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to