From 16ac6076d1a121b6b164498edcc4b7309f24c679 Mon Sep 17 00:00:00 2001 From: Jharrod LaFon Date: Wed, 31 Jul 2013 17:04:16 -0600 Subject: [PATCH] Spelling fix, followin => following --- oauth2_provider/views/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_provider/views/base.py b/oauth2_provider/views/base.py index ac204a838..1a0a20af3 100644 --- a/oauth2_provider/views/base.py +++ b/oauth2_provider/views/base.py @@ -23,7 +23,7 @@ class BaseAuthorizationView(LoginRequiredMixin, OAuthLibMixin, View): """ Implements a generic endpoint to handle *Authorization Requests* as in :rfc:`4.1.1`. The view does not implement any strategy to determine *authorize/do not authorize* logic. - The endpoint is used in the followin flows: + The endpoint is used in the following flows: * Authorization code * Implicit grant """