summaryrefslogtreecommitdiff
path: root/docs/oauth2/tokens/bearer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/tokens/bearer.rst')
-rw-r--r--docs/oauth2/tokens/bearer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/tokens/bearer.rst b/docs/oauth2/tokens/bearer.rst
index 0776db8..c23efab 100644
--- a/docs/oauth2/tokens/bearer.rst
+++ b/docs/oauth2/tokens/bearer.rst
@@ -79,7 +79,7 @@ And you will find all claims in its decoded form:
Sometime you may want to generate custom `access_token` with a reference from a
database (as text) or use a HASH signature in JWT or use JWE (encrypted content).
-Also, note that you can declare the generate function in your instanciated
+Also, note that you can declare the generate function in your instantiated
validator to benefit of the `self` variables.
See the example below: