From 98e928e7bbf6342ef3229a25c7554e226c85ccd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20S=C3=A1=20Maia?= Date: Sun, 11 Apr 2021 10:42:01 +0200 Subject: [PATCH] Typo: s/thee/the/ (#882) --- docs/auth_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth_api.md b/docs/auth_api.md index 0799d046..dd27b237 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -63,7 +63,7 @@ This authorization code can be exchanged for tokens by sending it to the token e ## Token -The token endpoint returns tokens given valid grants. This grant is either an authorization code retrieved from the authorize endpoint or a refresh token. In thee case of refresh token, the token endpoint is also capable of revoking a token. +The token endpoint returns tokens given valid grants. This grant is either an authorization code retrieved from the authorize endpoint or a refresh token. In the case of refresh token, the token endpoint is also capable of revoking a token. All interactions with this endpoint need to be HTTP POST requests to `http://your-instance.com/auth/token` with the request body encoded in `application/x-www-form-urlencoded`.