summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-11-19 10:57:59 +0000
committerTimo Graham <timograham@gmail.com>2011-11-19 10:57:59 +0000
commitb4dcbe398d5ff5a6adb839caa26cc9a1b0d01c6d (patch)
tree811e22e01c746a11c5741acebc1983003882d831 /docs
parentc29e089000a5c0ecfaecfa8d1296226d47ae2e03 (diff)
Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 dd4a92168a..ce93149cd3 100644
--- a/docs/ref/contrib/staticfiles.txt
+++ b/docs/ref/contrib/staticfiles.txt
@@ -365,7 +365,7 @@ static
.. versionadded:: 1.4
-Uses the configued :setting:`STATICFILES_STORAGE` storage to create the
+Uses the configured :setting:`STATICFILES_STORAGE` storage to create the
full URL for the given relative path, e.g.:
.. code-block:: html+django