summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-10-20 17:57:37 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-10-20 17:57:37 +0000
commitec80e55cac2147e1944ed4adb9761e94bd553e5d (patch)
tree5663976a730a700dd994a6089b92619e0bac679c /docs
parent6be00774a4d65fc4d84c297ca6bd36c9c86fbca9 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/static-files.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index 3b5b7a5683..6b7b34f23c 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -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.
@@ -396,4 +396,4 @@ Learn more
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>`.