Skip to content

Commit de3c1d0

Browse files
authored
Fix typos (apache#897)
Fix typos
1 parent bb49e61 commit de3c1d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ shenyu
5454
├ ├──uri
5555
├ ├ ├──${rpcType}
5656
├ ├ ├ ├────${contextPath}
57-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
58-
├ ├ ├ ├──${ip:prot}
57+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
58+
├ ├ ├ ├──${ip:port}
5959
```
6060

6161
`shenyu-client`启动时,将服务接口信息(`MetaDataRegisterDTO/URIRegisterDTO`)写到如上的`zookeeper`节点中。
@@ -76,8 +76,8 @@ shenyu
7676
├ ├──uri
7777
├ ├ ├──${rpcType}
7878
├ ├ ├ ├────${contextPath}
79-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
80-
├ ├ ├ ├──${ip:prot}
79+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
80+
├ ├ ├ ├──${ip:port}
8181
```
8282

8383
`shenyu-client`启动时,将服务接口信息(`MetaDataRegisterDTO/URIRegisterDTO`)以`Ephemeral`方式写到如上的`Etcd`节点中。

0 commit comments

Comments
 (0)