Skip to content

Commit 14484d6

Browse files
authored
fix word spelling error (apache#919)
1 parent 430181c commit 14484d6

File tree

39 files changed

+52
-53
lines changed

39 files changed

+52
-53
lines changed

docs/design/database-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
3737
* Detailed design:
3838
- one user corresponds to multiple role,one role corresponds to multiple resources.
3939

40-
## Data Permissin {#data-permissin}
40+
## Data Permission {#data-permission}
4141

4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

docs/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, `Exclude`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

docs/plugin-center/fault-tolerance/resilience4j-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For the final filtering of traffic, there is a rule handler logic.
6363

6464
* `failureRateThreshold` :Configures the failure rate threshold in percentage,When the failure rate is equal or greater than the threshold the CircuitBreaker transitions to open and starts short-circuiting calls,default value:`50`.
6565

66-
* `fallbackUri` :Configures the fall back uri.
66+
* `fallbackUri` :Configures the fallback uri.
6767

6868
* `minimumNumberOfCalls` :Configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate or slow call rate,default value:`100`.
6969

docs/plugin-center/http-process/rewrite-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: rewrite plugin
2020

2121
## 1.4 Plugin code
2222

23-
* Core Moudule `shenyu-plugin-rewrite`
23+
* Core Module `shenyu-plugin-rewrite`
2424

2525
* Core Class `org.apache.shenyu.plugin.rewrite.RewritePlugin`
2626

@@ -90,7 +90,7 @@ description: rewrite plugin
9090

9191
![](/img/shenyu/plugin/rewrite/rewrite_example_rule.png)
9292

93-
The request `/http/hello` would be rewrited to `/hi`
93+
The request `/http/hello` would be rewritten to `/hi`
9494

9595
#### 2.5.1.4 Check Result
9696

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Users need to deploy the `ElasticSearch` service to collect
168168

169169
![](/img/shenyu/plugin/logging/logging-elasticsearch/postman-request.png)
170170

171-
#### 2.6.1.6 Querying data using kibaba
171+
#### 2.6.1.6 Querying data using kibana
172172

173173
![](/img/shenyu/plugin/logging/logging-elasticsearch/index.png)
174174

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Except for topic, namesrvAddr, all others are optional, in most cases only these
8989

9090
* For detailed configuration of selectors and rules, please refer to: [Selector and rule management](../../user-guide/admin-usage/selector-and-rule)
9191

92-
In addition sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
92+
In addition, sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
9393
then you can configure different topics (optional) and sampling rate (optional) by selector, the meaning of the configuration items as shown in the table above.
9494
The operation is shown below:
9595
![](/img/shenyu/plugin/logging/logging-config.png)
@@ -135,8 +135,8 @@ Open the plugin and configure kafka, configure it as follows.
135135

136136
For detailed configuration of selectors and rules, please refer to: [Selector and rule management](../../user-guide/admin-usage/selector-and-rule)
137137

138-
In addition sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
139-
then you can configure different topics (optional) and samplingf rate (optional) by selector, the meaning of the configuration items as shown in the table above.
138+
In addition, sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
139+
then you can configure different topics (optional) and sampling rate (optional) by selector, the meaning of the configuration items as shown in the table above.
140140
The operation is shown below:
141141
![](/img/shenyu/plugin/logging/logging-kafka/logging-option-topic.png)
142142

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: logging plugin
6060

6161
> you must open loggingConsole plugin before you use loggingConsole plugin.
6262
63-
### 2.5.1.1 Selctor Configuration
63+
### 2.5.1.1 Selector Configuration
6464

6565
![](/img/shenyu/plugin/logging/logging-console/log-selector-en.jpg)
6666

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Except for topic, serviceUrl, all others are optional, in most cases only these
8989

9090
* For detailed configuration of selectors and rules, please refer to: [Selector and rule management](../../user-guide/admin-usage/selector-and-rule)
9191

92-
In addition sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
92+
In addition, sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
9393
then you can configure different topics (optional) and sampling rate (optional) by selector, the meaning of the configuration items as shown in the table above.
9494
The operation is shown below:
9595
![](/img/shenyu/plugin/logging/logging-config.png)
@@ -135,7 +135,7 @@ Open the plugin and configure pulsar, configure it as follows.
135135

136136
For detailed configuration of selectors and rules, please refer to: [Selector and rule management](../../user-guide/admin-usage/selector-and-rule)
137137

138-
In addition sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
138+
In addition, sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
139139
then you can configure different topics (optional) and samplingf rate (optional) by selector, the meaning of the configuration items as shown in the table above.
140140
The operation is shown below:
141141
![](/img/shenyu/plugin/logging/logging-pulsar/logging-option-topic.jpg)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Except for topic, namesrvAddr, producerGroup, all others are optional, in most c
9090

9191
* For detailed configuration of selectors and rules, please refer to: [Selector and rule management](../../user-guide/admin-usage/selector-and-rule)
9292

93-
In addition sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
93+
In addition, sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
9494
then you can configure different topics (optional) and sampling rate (optional) by selector, the meaning of the configuration items as shown in the table above.
9595
The operation is shown below:
9696
![](/img/shenyu/plugin/logging/logging-option-topic-en.png)
@@ -136,7 +136,7 @@ Open the plugin and configure rocketmq, configure it as follows.
136136

137137
For detailed configuration of selectors and rules, please refer to: [Selector and rule management](../../user-guide/admin-usage/selector-and-rule)
138138

139-
In addition sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
139+
In addition, sometimes a large gateway cluster corresponds to multiple applications (business), different applications (business) corresponds to different topics, related to isolation,
140140
then you can configure different topics (optional) and sampling rate (optional) by selector, the meaning of the configuration items as shown in the table above.
141141
The operation is shown below:
142142
![](/img/shenyu/plugin/logging/logging-option-topic-en.png)

docs/plugin-center/security/jwt-plugin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
32
title: JWT plugin
43
keywords: ["JWT"]
54
description: JWT plugin
6-
----------------------
5+
---
76

87
# 1. Overview
98

docs/quick-start/quick-start-sofa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If client is `sofa`, registry center is `Zookeeper`, please refer to the followi
5959

6060
Download [shenyu-examples-sofa](https://github.com/apache/shenyu/tree/master/shenyu-examples/shenyu-examples-sofa), replace the register address in `spring-dubbo.xml` with your local zk address, such as:
6161

62-
```xml
62+
```yaml
6363
com:
6464
alipay:
6565
sofa:

docs/quick-start/quick-start-tars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Execute the `org.apache.shenyu.examples.tars.ShenyuTestTarsApplication` main met
5858

5959
If the `-Dconfig` parameter is not added, the configuration may throw the following exceptions:
6060

61-
```xml
61+
```text
6262
com.qq.tars.server.config.ConfigurationException: error occurred on load server config
6363
at com.qq.tars.server.config.ConfigurationManager.loadServerConfig(ConfigurationManager.java:113)
6464
at com.qq.tars.server.config.ConfigurationManager.init(ConfigurationManager.java:57)

docs/user-guide/admin-usage/data-permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Adding data in the plugin list, this article uses `divide` as an example, like:
3737
Giving the `divide` plugin permission to the `default` role.
3838
<img src="/img/shenyu/basicConfig/dataPermission/role-permission-setting-en.png" width="80%" height="50%" />
3939

40-
The `default` role has none permissions.The user can't login who we set `default` role to. So we must edit the permissons.
40+
The `default` role has none permissions.The user can't login who we set `default` role to. So we must edit the permissions.
4141

4242
#### Configure Data Permission
4343

docs/user-guide/property-config/register-center-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ shenyu:
440440
# http.isFull: set true means providing proxy for your entire service, or only a few controller. apply to springmvc/springcloud
441441
# dubbo.contextPath: your project dubbo service's context path
442442
# dubbo.port: your project dubbo rpc port
443-
# dubbo.appName: your project dubbo appliation name
443+
# dubbo.appName: your project dubbo application name
444444
# nacosNameSpace: nacos namespace
445445
```
446446

@@ -526,8 +526,8 @@ shenyu:
526526
# appId: apollo appId
527527
# namespaceName: apollo namespaceName
528528
# clusterName: apollo clusterName
529-
# token: apollo opeanapi token
530-
# portalUrl: apollo opeanapi portalUrl like http://localhost:8070
529+
# token: apollo openapi token
530+
# portalUrl: apollo openapi portalUrl like http://localhost:8070
531531
# port: your project port number; apply to springmvc/tars/grpc
532532
# contextPath: your project's route prefix through shenyu gateway, such as /order ,/product etc,gateway will route based on it.
533533
# appName:your project name,the default value is`spring.application.name`.

docs/user-guide/property-config/use-data-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Add these config values in yaml file:
310310
shenyu:
311311
sync:
312312
consul:
313-
url: http://localhost:8500
313+
url: http://localhost:8500
314314
waitTime: 1000 # query wait time
315315
watchDelay: 1000 # Data synchronization interval
316316
```

versioned_docs/version-2.4.0/design/database-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
3737
* Detailed design:
3838
- one user corresponds to multiple role,one role corresponds to multiple resources.
3939

40-
## Data Permissin {#data-permissin}
40+
## Data Permission {#data-permission}
4141

4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

versioned_docs/version-2.4.0/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

versioned_docs/version-2.4.0/plugin-center/http-handle/rewrite-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: rewrite plugin
2020

2121
## 1.4 Plugin code
2222

23-
* Core Moudule `shenyu-plugin-rewrite`
23+
* Core Module `shenyu-plugin-rewrite`
2424

2525
* Core Class `org.apache.shenyu.plugin.rewrite.RewritePlugin`
2626

versioned_docs/version-2.4.0/plugin-center/observability/logging-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: logging plugin
6060

6161
> you must open loggingConsole plugin before you use loggingConsole plugin.
6262
63-
### 2.5.1.1 Selctor Configuration
63+
### 2.5.1.1 Selector Configuration
6464

6565
![](/img/shenyu/plugin/logging/logging-console/log-selector-en.jpg)
6666

versioned_docs/version-2.4.1/design/database-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

versioned_docs/version-2.4.1/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

versioned_docs/version-2.4.1/plugin-center/http-handle/rewrite-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: rewrite plugin
2020

2121
## 1.4 Plugin code
2222

23-
* Core Moudule `shenyu-plugin-rewrite`
23+
* Core Module `shenyu-plugin-rewrite`
2424

2525
* Core Class `org.apache.shenyu.plugin.rewrite.RewritePlugin`
2626

versioned_docs/version-2.4.1/plugin-center/observability/logging-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: logging plugin
6060

6161
> you must open loggingConsole plugin before you use loggingConsole plugin.
6262
63-
### 2.5.1.1 Selctor Configuration
63+
### 2.5.1.1 Selector Configuration
6464

6565
![](/img/shenyu/plugin/logging/logging-console/log-selector-en.jpg)
6666

versioned_docs/version-2.4.2/design/database-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
3737
* Detailed design:
3838
- one user corresponds to multiple role,one role corresponds to multiple resources.
3939

40-
## Data Permissin {#data-permissin}
40+
## Data Permission {#data-permission}
4141

4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

versioned_docs/version-2.4.2/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, `Exclude`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

versioned_docs/version-2.4.2/plugin-center/http-process/rewrite-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: rewrite plugin
2020

2121
## 1.4 Plugin code
2222

23-
* Core Moudule `shenyu-plugin-rewrite`
23+
* Core Module `shenyu-plugin-rewrite`
2424

2525
* Core Class `org.apache.shenyu.plugin.rewrite.RewritePlugin`
2626

versioned_docs/version-2.4.2/plugin-center/observability/logging-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: logging plugin
6060

6161
> you must open loggingConsole plugin before you use loggingConsole plugin.
6262
63-
### 2.5.1.1 Selctor Configuration
63+
### 2.5.1.1 Selector Configuration
6464

6565
![](/img/shenyu/plugin/logging/logging-console/log-selector-en.jpg)
6666

versioned_docs/version-2.4.3/design/database-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
3737
* Detailed design:
3838
- one user corresponds to multiple role,one role corresponds to multiple resources.
3939

40-
## Data Permissin {#data-permissin}
40+
## Data Permission {#data-permission}
4141

4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

versioned_docs/version-2.4.3/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, `Exclude`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

versioned_docs/version-2.4.3/plugin-center/http-process/rewrite-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: rewrite plugin
2020

2121
## 1.4 Plugin code
2222

23-
* Core Moudule `shenyu-plugin-rewrite`
23+
* Core Module `shenyu-plugin-rewrite`
2424

2525
* Core Class `org.apache.shenyu.plugin.rewrite.RewritePlugin`
2626

versioned_docs/version-2.4.3/plugin-center/observability/logging-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: logging plugin
6060

6161
> you must open loggingConsole plugin before you use loggingConsole plugin.
6262
63-
### 2.5.1.1 Selctor Configuration
63+
### 2.5.1.1 Selector Configuration
6464

6565
![](/img/shenyu/plugin/logging/logging-console/log-selector-en.jpg)
6666

versioned_docs/version-2.5.0/design/database-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
3737
* Detailed design:
3838
- one user corresponds to multiple role,one role corresponds to multiple resources.
3939

40-
## Data Permission {#data-permissin}
40+
## Data Permission {#data-permission}
4141

4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

versioned_docs/version-2.5.0/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, `Exclude`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

versioned_docs/version-2.5.0/plugin-center/http-process/rewrite-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: rewrite plugin
2020

2121
## 1.4 Plugin code
2222

23-
* Core Moudule `shenyu-plugin-rewrite`
23+
* Core Module `shenyu-plugin-rewrite`
2424

2525
* Core Class `org.apache.shenyu.plugin.rewrite.RewritePlugin`
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: logging plugin
6060

6161
> you must open loggingConsole plugin before you use loggingConsole plugin.
6262
63-
### 2.5.1.1 Selctor Configuration
63+
### 2.5.1.1 Selector Configuration
6464

6565
![](/img/shenyu/plugin/logging/logging-console/log-selector-en.jpg)
6666

versioned_docs/version-2.5.1/design/database-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Apache Shenyu Admin is the management system of the gateway, which can manage al
3737
* Detailed design:
3838
- one user corresponds to multiple role,one role corresponds to multiple resources.
3939

40-
## Data Permissin {#data-permissin}
40+
## Data Permission {#data-permission}
4141

4242
* Data Permission use database to store the relationship between users, selectors and rules.
4343

4444
* The Data Permission Table UML Diagram:
45-
![data perission uml](/img/shenyu/db/data_permission.png)
45+
![data permission uml](/img/shenyu/db/data_permission.png)
4646

4747

4848
* Detailed design:

versioned_docs/version-2.5.1/design/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Traffic filtering is the soul of the selector and the rule, corresponding to the
3333
You can then use `Match`, `=`, `SpEL`, `Regex`, `Groovy`, `Exclude`, etc, to Match the desired data. Multi-group matching Adds matching policies that can use And/Or.
3434

3535

36-
please refre to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.
36+
please refer to [Selector And Rule Config](../user-guide/admin-usage/selector-and-rule) for details.

0 commit comments

Comments
 (0)