summaryrefslogtreecommitdiff
path: root/docs/oauth2/endpoints/resource.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/endpoints/resource.rst')
-rw-r--r--docs/oauth2/endpoints/resource.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/endpoints/resource.rst b/docs/oauth2/endpoints/resource.rst
index a5ff885..6bd4d6b 100644
--- a/docs/oauth2/endpoints/resource.rst
+++ b/docs/oauth2/endpoints/resource.rst
@@ -5,7 +5,7 @@ Resource authorization
Resource endpoints verify that the token presented is valid and granted access
to the scopes associated with the resource in question.
-**Request Verfication**
+**Request Verification**
Each view may set certain scopes under which it is bound. Only requests
that present an access token bound to the correct scopes may access the
view. Access tokens are commonly embedded in the authorization header but