From c5ec6dbc51833ea77ad203280937900f41fc048f Mon Sep 17 00:00:00 2001 From: zhengyu Date: Sat, 22 Jan 2022 10:20:24 +0800 Subject: [PATCH] [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 d12d826dc4..ff0a5b53df 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