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 c80cabf commit a318d0aCopy full SHA for a318d0a
docs/tutorial/tutorial_02.rst
@@ -50,7 +50,7 @@ Testing your API
50
Time to make requests to your API.
51
52
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).
+and verify that it reponds with a `403` (in fact 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
55
`consumer client <http://django-oauth-toolkit.herokuapp.com/consumer/client>`_.
56
Just fill the form with the URL of the API endpoint (i.e. http://localhost:8000/api/hello if you're on localhost) and
0 commit comments