Skip to content

Commit 16ac607

Browse files
committed
Spelling fix, followin => following
1 parent dcf6037 commit 16ac607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/views/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BaseAuthorizationView(LoginRequiredMixin, OAuthLibMixin, View):
2323
"""
2424
Implements a generic endpoint to handle *Authorization Requests* as in :rfc:`4.1.1`. The view does not implement
2525
any strategy to determine *authorize/do not authorize* logic.
26-
The endpoint is used in the followin flows:
26+
The endpoint is used in the following flows:
2727
* Authorization code
2828
* Implicit grant
2929
"""

0 commit comments

Comments
 (0)