summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/staticfiles.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/contrib/staticfiles.txt')
-rw-r--r--docs/ref/contrib/staticfiles.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt
index 9da8f6eb4e..6fb6f55a0b 100644
--- a/docs/ref/contrib/staticfiles.txt
+++ b/docs/ref/contrib/staticfiles.txt
@@ -387,7 +387,7 @@ hashed names of processed files instead of a static manifest file called
have access to the file system.
If you want to override certain options of the cache backend the storage uses,
-simply specify a custom entry in the :setting:`CACHES` setting named
+specify a custom entry in the :setting:`CACHES` setting named
``'staticfiles'``. It falls back to using the ``'default'`` cache backend.
.. warning::