From 545bffa76393fa43a78b36b6cdfb0f9af6643426 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 5 Jan 2022 14:35:19 +0800 Subject: [PATCH] [skip e2e]Fix a grammar issue (#14846) Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com> --- docs/design_docs/root_coordinator_recovery_on_power_failure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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