diff options
Diffstat (limited to 'docs/howto/static-files/index.txt')
| -rw-r--r-- | docs/howto/static-files/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index b4cfd03df7..930e933f0e 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -3,7 +3,7 @@ How to manage static files (e.g. images, JavaScript, CSS) ========================================================= Websites generally need to serve additional files such as images, JavaScript, -or CSS. In Django, we refer to these files as "static files". Django provides +or CSS. In Django, we refer to these files as "static files". Django provides :mod:`django.contrib.staticfiles` to help you manage them. This page describes how you can serve these static files. |
