diff --git a/dm/dm-best-practices.md b/dm/dm-best-practices.md
index f4608f4d6dc68..eae93b3b4f4f3 100644
--- a/dm/dm-best-practices.md
+++ b/dm/dm-best-practices.md
@@ -145,7 +145,7 @@ The following table describes the recommended deployment plans for DM-master and
| Scenario | DM-master deployment | DM-worker deployment |
| :--- | :--- | :--- |
-|
Small dataset (less than 1 TiB)One-time data migration | Deploy 1 DM-master node | Deploy 1~N DM-worker nodes according to the number of upstream data sources. Generally, 1 DM-worker node is recommended. |
+| Small dataset (less than 1 TiB)One-time data migration | Deploy 1 DM-master node | Deploy 1 to N DM-worker nodes, where N is the number of upstream data sources. Generally, 1 DM-worker node is recommended. |
| Large dataset (more than 1 TiB) and migrating and merging MySQL shardsOne-time data migration | It is recommended to deploy 3 DM-master nodes to ensure the availability of the DM cluster during long-time data migration. | Deploy DM-worker nodes according to the number of data sources or migration tasks. Besides working DM-worker nodes, it is recommended to deploy 1~3 idle DM-worker nodes. |
| Long-term data replication | It is necessary to deploy 3 DM-master nodes. If you deploy DM-master nodes on the cloud, try to deploy them in different availability zones (AZ). | Deploy DM-worker nodes according to the number of data sources or migration tasks. It is necessary to deploy 1.5~2 times the number of DM-worker nodes that are actually needed. |