From 0cf5b85269885849cdf59959c9d1f3fb23fcf977 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 25 Aug 2021 19:44:06 +0800 Subject: [PATCH] fix typo: relaod -> reload (#6235) (#6260) --- ticdc/manage-ticdc.md | 2 +- tiup/tiup-component-dm-edit-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ticdc/manage-ticdc.md b/ticdc/manage-ticdc.md index 56329275790a0..e042db5e82970 100644 --- a/ticdc/manage-ticdc.md +++ b/ticdc/manage-ticdc.md @@ -51,7 +51,7 @@ Then, enter the vi editor page and modify the `cdc` configuraion under [`server- gc-ttl: 3600 ``` -After the modification, execute the `tiup cluster relaod -R cdc` command to reload the configuration. +After the modification, execute the `tiup cluster reload -R cdc` command to reload the configuration. ## Use TLS diff --git a/tiup/tiup-component-dm-edit-config.md b/tiup/tiup-component-dm-edit-config.md index b2cd02bc55f46..30f48a84fb86b 100644 --- a/tiup/tiup-component-dm-edit-config.md +++ b/tiup/tiup-component-dm-edit-config.md @@ -9,7 +9,7 @@ If you need to modify the cluster service configuration after the cluster is dep > **Note:** > > + When you modify the configuration, you cannot add or delete machines. For how to add machines, see [Scale out a cluster](/tiup/tiup-component-dm-scale-out.md). For how to delete machines, see [Scale in a cluster](/tiup/tiup-component-dm-scale-in.md). -> + After you execute the `tiup dm edit-config` command, the configuration is modified only on the control machine. Then you need to execute the `tiup dm relaod` command to reload the configuration. +> + After you execute the `tiup dm edit-config` command, the configuration is modified only on the control machine. Then you need to execute the `tiup dm reload` command to reload the configuration. ## Syntax