Skip to content

Commit c80cabf

Browse files
committed
Typo fix in docs
1 parent 48f3e7b commit c80cabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/tutorial_02.rst

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)