diff --git a/docs/tutorial/tutorial_03.rst b/docs/tutorial/tutorial_03.rst
index 30c8317e6..64ba8d495 100644
--- a/docs/tutorial/tutorial_03.rst
+++ b/docs/tutorial/tutorial_03.rst
@@ -108,5 +108,5 @@ Note that this example overrides the Django default permission class setting. Th
ways this can be solved. Overriding the class function *get_permission_classes* is another way
to solve the problem.
-A detailed dive into the `Dango REST framework permissions is here. `_
+A detailed dive into the `Django REST framework permissions is here. `_