diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 0a330a0fce..0ef4b58fd7 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -116,7 +116,7 @@ setting. .. note:: - When using the :class:AppDirectoriesFinder` finder, make sure your apps can + When using the :class:`AppDirectoriesFinder` finder, make sure your apps can be found by Django's app loading mechanism. Simply include a ``models`` module (an empty ``models.py`` file suffices) and add the app to the :setting:`INSTALLED_APPS` setting of your site.