Skip to content

Commit 5412a45

Browse files
author
Massimiliano Pippi
committed
Merge pull request #117 from Singletoned/master
Small docs typo fixes
2 parents 48f3e7b + 8adb407 commit 5412a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial/tutorial_02.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ application with OAuth2, in this tutorial we will see how to do it.
99

1010
Make your API
1111
-------------
12-
We start were we left the :doc:`part 1 of the tutorial <tutorial_01>`: you have an authorization server and we want it
12+
We start where we left the :doc:`part 1 of the tutorial <tutorial_01>`: you have an authorization server and we want it
1313
to provide an API to access some kind of resources. We don't need an actual resource, so we will simply expose an
1414
endpoint protected with OAuth2: let's do it in a *class based view* fashion!
1515

@@ -50,8 +50,8 @@ Testing your API
5050
Time to make requests to your API.
5151

5252
For a quick test, try accessing your app at the url `/api/hello` with your browser
53-
and verify that it reponds with a `403` (infact no `HTTP_AUTHORIZATION` header was provided).
54-
You can test your API with anything can perform HTTP requests, but for this tutorial you can use the online
53+
and verify that it reponds with a `403` (in fact no `HTTP_AUTHORIZATION` header was provided).
54+
You can test your API with anything that can perform HTTP requests, but for this tutorial you can use the online
5555
`consumer client <http://django-oauth-toolkit.herokuapp.com/consumer/client>`_.
5656
Just fill the form with the URL of the API endpoint (i.e. http://localhost:8000/api/hello if you're on localhost) and
5757
the access token coming from the :doc:`part 1 of the tutorial <tutorial_01>`. Going in the Django admin and get the

0 commit comments

Comments
 (0)