Skip to content

Commit

Permalink
[1.3.X] Fixed small typos in staticfiles howto document.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed May 19, 2011
1 parent d12ac6d commit 770b91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/static-files.txt
Expand Up @@ -44,7 +44,7 @@ Basic usage

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.

Expand All @@ -59,7 +59,7 @@ Basic usage
: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
Expand Down

0 comments on commit 770b91c

Please sign in to comment.