This is an automated email from the ASF dual-hosted git repository.

likeguo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0186b5d36a <docs #939>fix a spell mistake, and imprecise wording. 
(#940)
0186b5d36a is described below

commit 0186b5d36af01eab4555023a28b257e515e306a7
Author: lianjunwei <[email protected]>
AuthorDate: Tue Aug 1 00:03:31 2023 +0800

    <docs #939>fix a spell mistake, and imprecise wording. (#940)
    
    * <docs #939>fix a spell mistake, and imprecise wording.
    
    * commit
    
    ---------
    
    Co-authored-by: lianjunwei <[email protected]>
---
 docs/user-guide/property-config/gateway-property-config.md     |  4 ++--
 .../user-guide/property-config/gateway-property-config.md      | 10 +++++-----
 .../user-guide/property-config/gateway-property-config.md      |  2 +-
 .../user-guide/property-config/gateway-property-config.md      |  4 ++--
 .../user-guide/property-config/gateway-property-config.md      |  4 ++--
 .../user-guide/property-config/gateway-property-config.md      | 10 +++++-----
 .../user-guide/property-config/gateway-property-config.md      | 10 +++++-----
 .../user-guide/property-config/gateway-property-config.md      |  4 ++--
 .../user-guide/property-config/gateway-property-config.md      |  4 ++--
 9 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/docs/user-guide/property-config/gateway-property-config.md 
b/docs/user-guide/property-config/gateway-property-config.md
index f090e3209e..5efa94c9e4 100644
--- a/docs/user-guide/property-config/gateway-property-config.md
+++ b/docs/user-guide/property-config/gateway-property-config.md
@@ -419,8 +419,8 @@ Cross filter properties:
 | allowedAnyOrigin |  | Boolean |   false  |    No    | Whether to allow any 
Origin, if it is true, directly set the `Access-Control-Allow-Origin` to the 
same value as the Origin, that is, `request.getHeaders().getOrigin()`, and 
discard the `allowedOrigin` configuration. |
 | allowedOrigin |  | AllowedOriginConfig |  -  |    No    | Set the allowed 
request sources. |
 |  | spacer | String | "" | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
-|  | domain | String | "" | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
-|  | prefixes | Set | [] | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
+|  | domain | String | "" | No | Set the allowed subdomains, need to use with 
`spacer`, `prefixes`. |
+|  | prefixes | Set | [] | No | Set the allowed subdomains, need to use with 
`spacer`, `domain`. |
 |  | origins | Set | null | No | Set the domain names that are allowed to be 
accessed, which can be used separately. |
 |  | originRegex | String | "" | No | Set up access to domains that allow 
regular matching, available separately. |
 | allowedExpose |  | String |  ""  |    No    | allowedExpose |
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/property-config/gateway-property-config.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/property-config/gateway-property-config.md
index 1a91909aad..dfdef9beb3 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/property-config/gateway-property-config.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/property-config/gateway-property-config.md
@@ -341,7 +341,7 @@ Apache ShenYu 网关中代理Http及SpringCloud协议后,用于发送代理请
 
 | 名称            |  类型   |  默认值   | 是否必填 | 说明                                   
                      |
 | :-------------- | :-----: | :-------: | :------: | 
:----------------------------------------------------------- |
-| strategy        | String  | webClient |    No    | 
HttpClientPlugin实现策略(默认使用webClietnt):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
+| strategy        | String  | webClient |    No    | 
HttpClientPlugin实现策略(默认使用webClient):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
 | connectTimeout  |   int   |   45000   |    No    | 连接超时时间 (毫秒),默认值为 `45000`。 
                     |
 | responseTimeout |   int   |   3000    |    No    | 结果超时时间 (毫秒),默认值为 `3000`。  
                     |
 | readerIdleTime  |   int   |   3000    |    No    | 指定读空闲超时时间 (毫秒),默认值为 
`3000`。                 |
@@ -408,7 +408,7 @@ Netty HttpClient 代理的相关配置
 | 名称    | 类型    | 默认值 | 是否必填 | 说明                 |
 | :------ | :------ | :----: | :------: | :------------------- |
 | enabled | Boolean | false  |    否    | 是否开启文件大小过滤 |
-| maxSize | Integer |  10    |    否    | 上传文件最大值 ,(单位:MB) |
+| maxSize | Integer |  10    |    否    | 上传文件最大值(单位:MB) |
 
 
 - `shenyu.cross` 配置
@@ -422,9 +422,9 @@ Netty HttpClient 代理的相关配置
 | allowedMethods |  | String |   "*"  |    否    | 允许的方法 |
 | allowedAnyOrigin |  | Boolean |   false  |    否    | 
是否允许任意Origin,为true时直接将`Access-Control-Allow-Origin`设置值与Origin相同,即`request.getHeaders().getOrigin()`,同时丢弃`allowedOrigin`配置
 |
 | allowedOrigin |  | AllowedOriginConfig |  -  |    否    | 设置允许的请求来源 |
-|  | spacer | String | "." | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
-|  | domain | String | 无 | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
-|  | prefixes | Set | 无 | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
+|  | spacer | String | "." | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes 一起使用 |
+|  | domain | String | 无 | 否 | 设置允许访问的子域名,需要搭配 spacer、prefixes 一起使用 |
+|  | prefixes | Set | 无 | 否 | 设置允许访问的子域名,需要搭配 spacer、domain 一起使用 |
 |  | origins | Set | null | 否 | 设置允许访问的域名,可单独使用 |
 |  | originRegex | String | 无 | 否 | 设置允许正则匹配的域名访问,可单独使用 |
 | allowedExpose |  | String |  ""  |    否    | 允许的Expose |
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/property-config/gateway-property-config.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/property-config/gateway-property-config.md
index 35b6d2a089..884f5aa1ae 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/property-config/gateway-property-config.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/user-guide/property-config/gateway-property-config.md
@@ -194,7 +194,7 @@ Netty HttpClient 代理的相关配置:
 | 名称    | 类型    | 默认值 | 是否必填 | 说明                 |
 | :------ | :------ | :----: | :------: | :------------------- |
 | enabled | Boolean | false  |    否    | 是否开启文件大小过滤 |
-| maxSize | Integer |  10    |    No    | 上传文件最大值 ,(单位:MB) |
+| maxSize | Integer |  10    |    No    | 上传文件最大值(单位:MB) |
 
 
 - `shenyu.cross` 配置
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/property-config/gateway-property-config.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/property-config/gateway-property-config.md
index 874c9ec17b..8a6bfb9dc5 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/property-config/gateway-property-config.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/property-config/gateway-property-config.md
@@ -210,7 +210,7 @@ shenyu:
 
 | Name           |  Type   |    Default    | Required | Description            
                                      |
 | :------------- | :-----: | :-----------: | :------: | 
:----------------------------------------------------------- |
-| strategy       | String  |   webClient   |    No    | 
HttpClientPlugin实现策略(默认使用webClietnt):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
+| strategy       | String  |   webClient   |    No    | 
HttpClientPlugin实现策略(默认使用webClient):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
 | connectTimeout |   int   |     45000     |    No    | 连接超时时间 (毫秒),默认值为 
`45000`.                       |
 | readTimeout    |   int   |     3000      |    No    | 读取超时 (毫秒),默认值为 `3000`. 
                           |
 | writeTimeout   |   int   |     3000      |    No    | 输出超时 
(millisecond),默认值为 `3000`.                     |
@@ -270,7 +270,7 @@ Netty HttpClient 代理的相关配置:
 | 名称    | 类型    | 默认值 | 是否必填 | 说明                 |
 | :------ | :------ | :----: | :------: | :------------------- |
 | enabled | Boolean | false  |    否    | 是否开启文件大小过滤 |
-| maxSize | Integer |  10    |    No    | 上传文件最大值 ,(单位:MB) |
+| maxSize | Integer |  10    |    No    | 上传文件最大值(单位:MB) |
 
 
 - `shenyu.cross` 配置
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/property-config/gateway-property-config.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/property-config/gateway-property-config.md
index 5c8910ef15..01a563be2b 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/property-config/gateway-property-config.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/user-guide/property-config/gateway-property-config.md
@@ -217,7 +217,7 @@ shenyu:
 
 | Name           |  Type   |    Default    | Required | Description            
                                      |
 | :------------- | :-----: | :-----------: | :------: | 
:----------------------------------------------------------- |
-| strategy       | String  |   webClient   |    No    | 
HttpClientPlugin实现策略(默认使用webClietnt):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
+| strategy       | String  |   webClient   |    No    | 
HttpClientPlugin实现策略(默认使用webClient):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
 | connectTimeout |   int   |     45000     |    No    | 连接超时时间 (毫秒),默认值为 
`45000`。                      |
 | responseTimeout|   int   |     3000      |    No    | 结果超时时间 (毫秒),默认值为 
`3000`。                       |
 | readerIdleTime |   int   |     3000      |    No    | 指定读空闲超时时间 (毫秒),默认值为 
`3000`。                  |
@@ -284,7 +284,7 @@ Netty HttpClient 代理的相关配置:
 | 名称    | 类型    | 默认值 | 是否必填 | 说明                 |
 | :------ | :------ | :----: | :------: | :------------------- |
 | enabled | Boolean | false  |    否    | 是否开启文件大小过滤 |
-| maxSize | Integer |  10    |    No    | 上传文件最大值 ,(单位:MB) |
+| maxSize | Integer |  10    |    No    | 上传文件最大值(单位:MB) |
 
 
 - `shenyu.cross` 配置
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
index 1b26e5e4e2..3ebca03ae8 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
@@ -289,7 +289,7 @@ Apache ShenYu 网关中代理Http及SpringCloud协议后,用于发送代理请
 
 | 名称            |  类型   |  默认值   | 是否必填 | 说明                                   
                      |
 | :-------------- | :-----: | :-------: | :------: | 
:----------------------------------------------------------- |
-| strategy        | String  | webClient |    No    | 
HttpClientPlugin实现策略(默认使用webClietnt):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
+| strategy        | String  | webClient |    No    | 
HttpClientPlugin实现策略(默认使用webClient):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
 | connectTimeout  |   int   |   45000   |    No    | 连接超时时间 (毫秒),默认值为 `45000`。 
                     |
 | responseTimeout |   int   |   3000    |    No    | 结果超时时间 (毫秒),默认值为 `3000`。  
                     |
 | readerIdleTime  |   int   |   3000    |    No    | 指定读空闲超时时间 (毫秒),默认值为 
`3000`。                 |
@@ -356,7 +356,7 @@ Netty HttpClient 代理的相关配置
 | 名称    | 类型    | 默认值 | 是否必填 | 说明                 |
 | :------ | :------ | :----: | :------: | :------------------- |
 | enabled | Boolean | false  |    否    | 是否开启文件大小过滤 |
-| maxSize | Integer |  10    |    否    | 上传文件最大值 ,(单位:MB) |
+| maxSize | Integer |  10    |    否    | 上传文件最大值(单位:MB) |
 
 
 - `shenyu.cross` 配置
@@ -370,9 +370,9 @@ Netty HttpClient 代理的相关配置
 | allowedMethods |  | String |   "*"  |    否    | 允许的方法 |
 | allowedAnyOrigin |  | Boolean |   false  |    否    | 
是否允许任意Origin,为true时直接将`Access-Control-Allow-Origin`设置值与Origin相同,即`request.getHeaders().getOrigin()`,同时丢弃`allowedOrigin`配置
 |
 | allowedOrigin |  | AllowedOriginConfig |  -  |    否    | 设置允许的请求来源 |
-|  | spacer | String | "." | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
-|  | domain | String | 无 | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
-|  | prefixes | Set | 无 | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
+|  | spacer | String | "." | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes 一起使用 |
+|  | domain | String | 无 | 否 | 设置允许访问的子域名,需要搭配 spacer、prefixes 一起使用 |
+|  | prefixes | Set | 无 | 否 | 设置允许访问的子域名,需要搭配 spacer、domain 一起使用 |
 |  | origins | Set | null | 否 | 设置允许访问的域名,可单独使用 |
 |  | originRegex | String | 无 | 否 | 设置允许正则匹配的域名访问,可单独使用 |
 | allowedExpose |  | String |  ""  |    否    | 允许的Expose |
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
index 17a87e81d4..48f7295ad3 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
@@ -289,7 +289,7 @@ Apache ShenYu 网关中代理Http及SpringCloud协议后,用于发送代理请
 
 | 名称            |  类型   |  默认值   | 是否必填 | 说明                                   
                      |
 | :-------------- | :-----: | :-------: | :------: | 
:----------------------------------------------------------- |
-| strategy        | String  | webClient |    No    | 
HttpClientPlugin实现策略(默认使用webClietnt):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
+| strategy        | String  | webClient |    No    | 
HttpClientPlugin实现策略(默认使用webClient):<br />- `webClient`:使用WebClientPlugin<br 
/>- `netty`:使用NettyHttpClientPlugin |
 | connectTimeout  |   int   |   45000   |    No    | 连接超时时间 (毫秒),默认值为 `45000`。 
                     |
 | responseTimeout |   int   |   3000    |    No    | 结果超时时间 (毫秒),默认值为 `3000`。  
                     |
 | readerIdleTime  |   int   |   3000    |    No    | 指定读空闲超时时间 (毫秒),默认值为 
`3000`。                 |
@@ -356,7 +356,7 @@ Netty HttpClient 代理的相关配置
 | 名称    | 类型    | 默认值 | 是否必填 | 说明                 |
 | :------ | :------ | :----: | :------: | :------------------- |
 | enabled | Boolean | false  |    否    | 是否开启文件大小过滤 |
-| maxSize | Integer |  10    |    否    | 上传文件最大值 ,(单位:MB) |
+| maxSize | Integer |  10    |    否    | 上传文件最大值(单位:MB) |
 
 
 - `shenyu.cross` 配置
@@ -370,9 +370,9 @@ Netty HttpClient 代理的相关配置
 | allowedMethods |  | String |   "*"  |    否    | 允许的方法 |
 | allowedAnyOrigin |  | Boolean |   false  |    否    | 
是否允许任意Origin,为true时直接将`Access-Control-Allow-Origin`设置值与Origin相同,即`request.getHeaders().getOrigin()`,同时丢弃`allowedOrigin`配置
 |
 | allowedOrigin |  | AllowedOriginConfig |  -  |    否    | 设置允许的请求来源 |
-|  | spacer | String | "." | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
-|  | domain | String | 无 | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
-|  | prefixes | Set | 无 | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes一起使用 |
+|  | spacer | String | "." | 否 | 设置允许访问的子域名,需要搭配 domain、prefixes 一起使用 |
+|  | domain | String | 无 | 否 | 设置允许访问的子域名,需要搭配 spacer、prefixes 一起使用 |
+|  | prefixes | Set | 无 | 否 | 设置允许访问的子域名,需要搭配 spacer、domain 一起使用 |
 |  | origins | Set | null | 否 | 设置允许访问的域名,可单独使用 |
 |  | originRegex | String | 无 | 否 | 设置允许正则匹配的域名访问,可单独使用 |
 | allowedExpose |  | String |  ""  |    否    | 允许的Expose |
diff --git 
a/versioned_docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
 
b/versioned_docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
index 042f946a96..47b902908a 100644
--- 
a/versioned_docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
+++ 
b/versioned_docs/version-2.5.0/user-guide/property-config/gateway-property-config.md
@@ -367,8 +367,8 @@ Cross filter properties:
 | allowedAnyOrigin |  | Boolean |   false  |    No    | Whether to allow any 
Origin, if it is true, directly set the `Access-Control-Allow-Origin` to the 
same value as the Origin, that is, `request.getHeaders().getOrigin()`, and 
discard the `allowedOrigin` configuration. |
 | allowedOrigin |  | AllowedOriginConfig |  -  |    No    | Set the allowed 
request sources. |
 |  | spacer | String | "" | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
-|  | domain | String | "" | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
-|  | prefixes | Set | [] | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
+|  | domain | String | "" | No | Set the allowed subdomains, need to use with 
`spacer`, `prefixes`. |
+|  | prefixes | Set | [] | No | Set the allowed subdomains, need to use with 
`spacer`, `domain`. |
 |  | origins | Set | null | No | Set the domain names that are allowed to be 
accessed, which can be used separately. |
 |  | originRegex | String | "" | No | Set up access to domains that allow 
regular matching, available separately. |
 | allowedExpose |  | String |  ""  |    No    | allowedExpose |
diff --git 
a/versioned_docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
 
b/versioned_docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
index 3f0ee2b9d2..332a996b75 100644
--- 
a/versioned_docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
+++ 
b/versioned_docs/version-2.5.1/user-guide/property-config/gateway-property-config.md
@@ -367,8 +367,8 @@ Cross filter properties:
 | allowedAnyOrigin |  | Boolean |   false  |    No    | Whether to allow any 
Origin, if it is true, directly set the `Access-Control-Allow-Origin` to the 
same value as the Origin, that is, `request.getHeaders().getOrigin()`, and 
discard the `allowedOrigin` configuration. |
 | allowedOrigin |  | AllowedOriginConfig |  -  |    No    | Set the allowed 
request sources. |
 |  | spacer | String | "" | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
-|  | domain | String | "" | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
-|  | prefixes | Set | [] | No | Set the allowed subdomains, need to use with 
`domain`, `prefixes`. |
+|  | domain | String | "" | No | Set the allowed subdomains, need to use with 
`spacer`, `prefixes`. |
+|  | prefixes | Set | [] | No | Set the allowed subdomains, need to use with 
`spacer`, `domain`. |
 |  | origins | Set | null | No | Set the domain names that are allowed to be 
accessed, which can be used separately. |
 |  | originRegex | String | "" | No | Set up access to domains that allow 
regular matching, available separately. |
 | allowedExpose |  | String |  ""  |    No    | allowedExpose |

Reply via email to