From e99777a46604856df2e5093a5cb4c904fd9a60fe Mon Sep 17 00:00:00 2001 From: mgqa34 Date: Tue, 19 Sep 2023 15:44:04 +0800 Subject: [PATCH] fix syntax in deployment doc Signed-off-by: mgqa34 --- deploy/standalone-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/standalone-deploy/README.md b/deploy/standalone-deploy/README.md index ec409f490f..b254fea873 100644 --- a/deploy/standalone-deploy/README.md +++ b/deploy/standalone-deploy/README.md @@ -56,7 +56,7 @@ fate_flow status # make sure fate_flow service is started FATE-Flow also provides other instructions like stop and restart, use only if users want to stop/restart fate_flow services. ```shell -# Warning: Normal installing processing does not need to execute stop/restart instructions. +# Warning: normal installing processing does not need to execute stop/restart instructions. fate_flow stop fate_flow restart ```