Skip to content

Commit ac5ea47

Browse files
Fix vale suggestions
1 parent 994088e commit ac5ea47

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

en/identity-server/6.1.0/docs/guides/access-delegation/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enable = true
2323
```
2424

2525
!!! Note
26-
This feature is available for token request with the `client_crendetials` grant type by default. If you need to enable for
26+
This feature support token requests with the `client_crendetials` grant type by default. If you need to enable for
2727
other grant types, add the following configuration to `deployment.toml` file.
2828

2929
```toml
@@ -34,5 +34,5 @@ enable = true
3434

3535
!!! Warning
3636
Enabling this feature could lead to an exponential growth of tokens.
37-
Be sure to configure token clean up scripts with proper time limits.
37+
Make sure to configure token clean up scripts with proper time limits.
3838
See [Remove Unused Tokens from the Database](../../../deploy/remove-unused-tokens-from-the-database/) for details.

en/identity-server/7.0.0/docs/deploy/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable = true
1111
```
1212

1313
!!! Note
14-
This feature is available for token request with the `client_crendetials` grant type by default. If you need to enable for
14+
This feature support token requests with the `client_crendetials` grant type by default. If you need to enable for
1515
other grant types, add the following configuration to `deployment.toml` file.
1616

1717
```toml
@@ -22,5 +22,5 @@ enable = true
2222

2323
!!! Warning
2424
Enabling this feature could lead to an exponential growth of tokens.
25-
Be sure to configure token clean up scripts with proper time limits.
25+
Make sure to configure token clean up scripts with proper time limits.
2626
See [Remove Unused Tokens from the Database](../../deploy/remove-unused-tokens-from-the-database/) for details.

en/identity-server/7.1.0/docs/deploy/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable = true
1111
```
1212

1313
!!! Note
14-
This feature is available for token request with the `client_crendetials` grant type by default. If you need to enable for
14+
This feature support token requests with the `client_crendetials` grant type by default. If you need to enable for
1515
other grant types, add the following configuration to `deployment.toml` file.
1616

1717
```toml
@@ -22,5 +22,5 @@ enable = true
2222

2323
!!! Warning
2424
Enabling this feature could lead to an exponential growth of tokens.
25-
Be sure to configure token clean up scripts with proper time limits.
25+
Make sure to configure token clean up scripts with proper time limits.
2626
See [Remove Unused Tokens from the Database](../../deploy/remove-unused-tokens-from-the-database/) for details.

en/identity-server/next/docs/deploy/jwt-token-generation-without-revoking-existing-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable = true
1111
```
1212

1313
!!! Note
14-
This feature is available for token request with the `client_crendetials` grant type by default. If you need to enable for
14+
This feature support token requests with the `client_crendetials` grant type by default. If you need to enable for
1515
other grant types, add the following configuration to `deployment.toml` file.
1616

1717
```toml
@@ -22,5 +22,5 @@ enable = true
2222

2323
!!! Warning
2424
Enabling this feature could lead to an exponential growth of tokens.
25-
Be sure to configure token clean up scripts with proper time limits.
25+
Make sure to configure token clean up scripts with proper time limits.
2626
See [Remove Unused Tokens from the Database](../../deploy/remove-unused-tokens-from-the-database/) for details.

0 commit comments

Comments
 (0)