diff --git a/docs/design_docs/root_coordinator_recovery_on_power_failure.md b/docs/design_docs/root_coordinator_recovery_on_power_failure.md index 78bc51f70f..cddedb7020 100644 --- a/docs/design_docs/root_coordinator_recovery_on_power_failure.md +++ b/docs/design_docs/root_coordinator_recovery_on_power_failure.md @@ -80,7 +80,7 @@ ### 2.9 Register service in etcd 1. `RootCoord` needs to register itself with etcd when it starts. -2. The registration should include IP address, port, its own id, global incremental timestamp. +2. The registration should include IP address, port, its own id and global incremental timestamp. ### 2.10 Remove the code related to Proxy service