Commit b4dcbe39 authored by Timo Graham's avatar Timo Graham
Browse files

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
parent c29e0890
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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