summaryrefslogtreecommitdiff
path: root/docs/oauth2/grants/custom_validators.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/grants/custom_validators.rst')
-rw-r--r--docs/oauth2/grants/custom_validators.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/grants/custom_validators.rst b/docs/oauth2/grants/custom_validators.rst
index 9917dd7..f295e53 100644
--- a/docs/oauth2/grants/custom_validators.rst
+++ b/docs/oauth2/grants/custom_validators.rst
@@ -3,7 +3,7 @@ Custom Validators
The Custom validators are useful when you want to change a particular
behavior of an existing grant. That is often needed because of the
-diversity of the identity softwares and to let the oauthlib framework to be
+diversity of the identity software and to let the oauthlib framework to be
flexible as possible.
However, if you are looking into writing a custom grant type, please