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 a41dc7a commit 42f1de9Copy full SHA for 42f1de9
docs/tutorial/tutorial_01.rst
@@ -128,7 +128,7 @@ you probably need to `setup your login template correctly`__.
128
129
Exchange the token
130
++++++++++++++++++
131
-At this point your autorization server redirected the user to a special page on the consumer passing in an
+At this point your authorization server redirected the user to a special page on the consumer passing in an
132
:term:`Authorization Code`, a special token the consumer will use to obtain the final access token.
133
This operation is usually done automatically by the client application during the request/response cycle, but we cannot
134
make a POST request from Heroku to your localhost, so we proceed manually with this step. Fill the form with the
0 commit comments