summaryrefslogtreecommitdiff
path: root/docs/oauth2/endpoints/endpoints.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/endpoints/endpoints.rst')
-rw-r--r--docs/oauth2/endpoints/endpoints.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/endpoints/endpoints.rst b/docs/oauth2/endpoints/endpoints.rst
index 80d5fbe..98599e8 100644
--- a/docs/oauth2/endpoints/endpoints.rst
+++ b/docs/oauth2/endpoints/endpoints.rst
@@ -24,7 +24,7 @@ handles user authorization, the token endpoint which provides tokens and the
resource endpoint which provides access to protected resources. It is to the
endpoints you will feed requests and get back an almost complete response. This
process is simplified for you using a decorator such as the django one described
-later (but it's applicable to all other web frameworks librairies).
+later (but it's applicable to all other web frameworks libraries).
The main purpose of the endpoint in OAuthLib is to figure out which grant type
or token to dispatch the request to.