Commit e44bedd1 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed a typo in runserver docs

parent d0809631
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ A hostname containing ASCII-only characters can also be used.

If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
(default in new projects) the :djadmin:`runserver` command will be overriden
with an own :djadmin:`runserver<staticfiles-runserver>` command.
with its own :ref:`runserver<staticfiles-runserver>` command.

.. django-admin-option:: --noreload