Author: Alex
Date: 2010-10-20 12:57:37 -0500 (Wed, 20 Oct 2010)
New Revision: 14298

Modified:
   django/trunk/docs/howto/static-files.txt
Log:
Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay for 
the patch.

Modified: django/trunk/docs/howto/static-files.txt
===================================================================
--- django/trunk/docs/howto/static-files.txt    2010-10-20 13:07:06 UTC (rev 
14297)
+++ django/trunk/docs/howto/static-files.txt    2010-10-20 17:57:37 UTC (rev 
14298)
@@ -222,7 +222,7 @@
 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.
@@ -396,4 +396,4 @@
 This document has covered the basics and some common usage patterns. For
 complete details on all the settings, commands, template tags, and other pieces
 include in ``django.contrib.staticfiles``, see :doc:`the statcfiles reference
-</ref/contrib/staticfiles>`.
\ No newline at end of file
+</ref/contrib/staticfiles>`.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to