diff --git a/auth-server-client-credentials.md b/auth-server-client-credentials.md index ab95b908..72f2bf8d 100755 --- a/auth-server-client-credentials.md +++ b/auth-server-client-credentials.md @@ -13,7 +13,7 @@ This grant is suitable for machine-to-machine authentication, for example for us The client sends a POST request with following body parameters to the authorization server: * `grant_type` with the value `client_credentials` -* `client_id` with the the client's ID +* `client_id` with the client's ID * `client_secret` with the client's secret * `scope` with a space-delimited list of requested scope permissions.