Commit ec80e55c authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 6be00774
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ see :ref:`staticfiles-development-view`.
Serving static files in production
==================================

The basic outline of putting static files into production a simple: un the
The basic outline of putting static files into production is simple: run the
:djadmin:`collectstatic` command when static media changes, then arrange for the
collected media directory (:setting:`STATICFILES_ROOT`) to be moved to the media
server and served.