diff --git a/docs/README.md b/docs/README.md
index a5606c6c9..8fe0ff258 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -658,9 +658,9 @@ The CORS block configures the CORS (Cross-Origin Resource Sharing) behavior in C
| `token_endpoint` |
- ⚠ Mandatory.
- URL of the token endpoint at the authorization server.
|
| `client_id` | - ⚠ Mandatory.
- The client identifier.
|
| `client_secret` | - ⚠ Mandatory.
- The client password.
|
-| `retries` | - Optional.
- The number of retries to get the token und resource, if the resource-request responses with `401 Forbidden` HTTP status code.
- Default: `1`.
|
+| `retries` | - Optional.
- The number of retries to get the token and resource, if the resource-request responds with `401 Unauthorized` HTTP status code.
- Default: `1`.
|
| `token_endpoint_auth_method` | - Optional.
- Defines the method to authenticate the client at the token endpoint.
- If set to `client_secret_post`, the client credentials are transported in the request body.
- If set to `client_secret_basic`, the client credentials are transported via Basic Authentication.
- Default: `client_secret_basic`.
|
-| `scope` | - Optional.
- A space separated list of scopes of the access request.
|
+| `scope` | - Optional.
- A space separated list of requested scopes for the access token.
|
### Modifier