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

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


The following commit(s) were added to refs/heads/master by this push:
     new c5ec6db  [docs](install-deploy) fix misplaced whitespace(#7814) (#7816)
c5ec6db is described below

commit c5ec6dbc51833ea77ad203280937900f41fc048f
Author: zhengyu <[email protected]>
AuthorDate: Sat Jan 22 10:20:24 2022 +0800

    [docs](install-deploy) fix misplaced whitespace(#7814) (#7816)
    
    Misplaced whitespace causes unexpected output. Fix it so newcomers need not 
to
    worry if they are lost by the docs.
---
 docs/en/installing/install-deploy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/installing/install-deploy.md 
b/docs/en/installing/install-deploy.md
index d12d826..ff0a5b5 100644
--- a/docs/en/installing/install-deploy.md
+++ b/docs/en/installing/install-deploy.md
@@ -220,7 +220,7 @@ See the section on `lower_case_table_names` variables in 
[Variables](../administ
 
 * View BE status
 
-       Connect to FE using mysql-client and execute `SHOW PROC'/ backends'; 
`View BE operation. If everything is normal, the `isAlive`column should be 
`true`.
+       Connect to FE using mysql-client and execute `SHOW PROC '/backends'; 
`View BE operation. If everything is normal, the `isAlive`column should be 
`true`.
 
 #### (Optional) FS_Broker deployment
 

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

Reply via email to