Skip to content

Commit c15a174

Browse files
committed
Merge branch 'patch-1' of git://github.com/tanzaho/django-oauth-toolkit into tanzaho-patch-1
2 parents d6f0fb7 + b8f4e17 commit c15a174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/tutorial_03.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To check everything works properly, mount the view above to some url:
6565
'...',
6666
)
6767
68-
You should have an :term:`Application` registered at this point, if you don't follow the steps in
68+
You should have an :term:`Application` registered at this point, if you don't, follow the steps in
6969
the previous tutorials to create one. Obtain an :term:`Access Token`, either following the OAuth2
7070
flow of your application or manually creating in the Django admin.
7171
Now supposing your access token value is `123456` you can try to access your authenticated view:

0 commit comments

Comments
 (0)