Author: ramiro
Date: 2011-05-18 19:51:39 -0700 (Wed, 18 May 2011)
New Revision: 16244

Modified:
   django/branches/releases/1.3.X/docs/howto/static-files.txt
Log:
[1.3.X] Fixed small typos in staticfiles howto document.

Modified: django/branches/releases/1.3.X/docs/howto/static-files.txt
===================================================================
--- django/branches/releases/1.3.X/docs/howto/static-files.txt  2011-05-18 
20:35:32 UTC (rev 16243)
+++ django/branches/releases/1.3.X/docs/howto/static-files.txt  2011-05-19 
02:51:39 UTC (rev 16244)
@@ -44,7 +44,7 @@
 
    Your project will probably also have static assets that aren't tied to a
    particular app. The :setting:`STATICFILES_DIRS` setting is a tuple of
-   filesystem directories to check when loading static files. Iv's a search
+   filesystem directories to check when loading static files. It's a search
    path that is by default empty. See the :setting:`STATICFILES_DIRS` docs
    how to extend this list of additional paths.
 
@@ -59,7 +59,7 @@
    :ref:`staticfiles_urlpatterns<staticfiles-development>` to your
    URLconf, you're done with the setup -- your static files will
    automatically be served at the default (for
-   :djadmin:`newly created<startproject>` projectq) :setting:`STATIC_URL`
+   :djadmin:`newly created<startproject>` projects) :setting:`STATIC_URL`
    of ``/static/``.
 
 3. You'll probably need to refer to these files in your templates. The

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

Reply via email to