We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf6037 commit 16ac607Copy full SHA for 16ac607
oauth2_provider/views/base.py
@@ -23,7 +23,7 @@ class BaseAuthorizationView(LoginRequiredMixin, OAuthLibMixin, View):
23
"""
24
Implements a generic endpoint to handle *Authorization Requests* as in :rfc:`4.1.1`. The view does not implement
25
any strategy to determine *authorize/do not authorize* logic.
26
- The endpoint is used in the followin flows:
+ The endpoint is used in the following flows:
27
* Authorization code
28
* Implicit grant
29
0 commit comments