Skip to content

Commit

Permalink
Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy…
Browse files Browse the repository at this point in the history
… McKay for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
alex committed Oct 20, 2010
1 parent 6be0077 commit ec80e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/static-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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>`.
</ref/contrib/staticfiles>`.

0 comments on commit ec80e55

Please sign in to comment.