diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index 5702091053..e32a752454 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -106,7 +106,7 @@ this by adding the following snippet to your urls.py:: Also this helper function only serves the actual :setting:`STATIC_ROOT` folder; it doesn't perform static files discovery like - `:mod:`django.contrib.staticfiles`. + :mod:`django.contrib.staticfiles`. Serving files uploaded by a user during development. ====================================================