Skip to content

Commit 82c5150

Browse files
authored
Fix typos (apache#898)
1 parent de3c1d0 commit 82c5150

File tree

18 files changed

+66
-66
lines changed

18 files changed

+66
-66
lines changed

docs/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

docs/plugin-center/observability/logging-elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ description: Logging-ElasticSearch Plugin
6969
- The individual configuration items are described as follows:
7070

7171
| config-item | type | description | remarks |
72-
| :-------------- | :------ | :----------------------------------------------------------- | :---------------------------------- |
72+
|:----------------| :------ | :----------------------------------------------------------- | :---------------------------------- |
7373
| host | String | host name | must |
74-
| prot | String | port num | must |
74+
| port | String | port num | must |
7575
| sampleRate | String | Sampling rate, range 0~1, 0: off, 0.01: acquisition 1%, 1: acquisition 100% | Optional, default 1, all collection |
7676
| compressAlg | String | Compression algorithm, no compression by default, currently supports LZ4 compression | Optional, no compression by default |
7777
| maxResponseBody | Ingeter | Maximum response size, above the threshold no response will be collected | Optional, default 512KB |

i18n/zh/docusaurus-plugin-content-docs/current/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`节点中。

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ soul
5555
├ ├──uri
5656
├ ├ ├──${rpcType}
5757
├ ├ ├ ├────${contextPath}
58-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
59-
├ ├ ├ ├──${ip:prot}
58+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
59+
├ ├ ├ ├──${ip:port}
6060
```
6161

6262
Soul-Client启动时,将服务接口信息(MetaDataRegisterDTO/URIRegisterDTO)写到如上的zookeeper节点中。
@@ -81,8 +81,8 @@ soul
8181
├ ├──uri
8282
├ ├ ├──${rpcType}
8383
├ ├ ├ ├────${contextPath}
84-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
85-
├ ├ ├ ├──${ip:prot}
84+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
85+
├ ├ ├ ├──${ip:port}
8686
```
8787

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

i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/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`节点中。

i18n/zh/docusaurus-plugin-content-docs/version-2.4.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`节点中。

i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/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`节点中。

i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/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`节点中。

i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/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`节点中。

versioned_docs/version-2.3.0-Legacy/register-center/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ soul
5555
├ ├──uri
5656
├ ├ ├──${rpcType}
5757
├ ├ ├ ├────${contextPath}
58-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
59-
├ ├ ├ ├──${ip:prot}
58+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
59+
├ ├ ├ ├──${ip:port}
6060
```
6161

6262
Zookeeper register client will save data to zookeeper when soul client is started.
@@ -81,8 +81,8 @@ soul
8181
├ ├──uri
8282
├ ├ ├──${rpcType}
8383
├ ├ ├ ├────${contextPath}
84-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
85-
├ ├ ├ ├──${ip:prot}
84+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
85+
├ ├ ├ ├──${ip:port}
8686
```
8787

8888
Etcd register client will save data to etcd when soul client is started.

versioned_docs/version-2.4.0/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

versioned_docs/version-2.4.1/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

versioned_docs/version-2.4.2/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

versioned_docs/version-2.4.3/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

versioned_docs/version-2.5.0/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

versioned_docs/version-2.5.0/plugin-center/observability/logging-elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ description: Logging-ElasticSearch Plugin
6969
- The individual configuration items are described as follows:
7070

7171
| config-item | type | description | remarks |
72-
| :-------------- | :------ | :----------------------------------------------------------- | :---------------------------------- |
72+
|:----------------| :------ | :----------------------------------------------------------- | :---------------------------------- |
7373
| host | String | host name | must |
74-
| prot | String | port num | must |
74+
| port | String | port num | must |
7575
| sampleRate | String | Sampling rate, range 0~1, 0: off, 0.01: acquisition 1%, 1: acquisition 100% | Optional, default 1, all collection |
7676
| compressAlg | String | Compression algorithm, no compression by default, currently supports LZ4 compression | Optional, no compression by default |
7777
| maxResponseBody | Ingeter | Maximum response size, above the threshold no response will be collected | Optional, default 512KB |

versioned_docs/version-2.5.1/design/register-center-design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ shenyu
5151
├ ├──uri
5252
├ ├ ├──${rpcType}
5353
├ ├ ├ ├────${contextPath}
54-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
55-
├ ├ ├ ├──${ip:prot}
54+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
55+
├ ├ ├ ├──${ip:port}
5656
```
5757

5858
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote above the Zookeeper nodes.
@@ -73,8 +73,8 @@ shenyu
7373
├ ├──uri
7474
├ ├ ├──${rpcType}
7575
├ ├ ├ ├────${contextPath}
76-
├ ├ ├ ├──${ip:prot} : save uri data of URIRegisterDTO
77-
├ ├ ├ ├──${ip:prot}
76+
├ ├ ├ ├──${ip:port} : save uri data of URIRegisterDTO
77+
├ ├ ├ ├──${ip:port}
7878
```
7979

8080
shenyu-client starts up, the service interface information (MetaDataRegisterDTO/URIRegisterDTO) wrote in Ephemeral way above Etcd of the node.

0 commit comments

Comments
 (0)