Skip to content

Commit d6f0fb7

Browse files
committed
Fix typo in docs
1 parent 83367ff commit d6f0fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rest-framework/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Start a new Django project and add `'rest_framework'` and `'oauth2_provider'` to
2525
)
2626
2727
Now we need to tell Django REST Framework to use the new authentication backend.
28-
To do so add the following lines add the end of your `settings.py` module:
28+
To do so add the following lines at the end of your `settings.py` module:
2929

3030
.. code-block:: python
3131

0 commit comments

Comments
 (0)