[skip e2e]Fix a grammar issue (#14846)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/14854/head
yanliang567 2022-01-05 14:35:19 +08:00 committed by GitHub
parent fcbd3a7b13
commit 545bffa763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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