From f71fdf83a8959f1b2131965cd893925d91ce81bc Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Thu, 18 Apr 2013 13:40:45 -0400
Subject: [PATCH] Fixed #20286 - Typo in static files docs.

Thanks bmispelon.
---
 docs/howto/static-files/index.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index 2c98566e88..a26fc04cc9 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -32,7 +32,7 @@ Configuring static files
         {% load staticfiles %}
         <img src="{% static "my_app/myexample.jpg" %}" alt="My image"/>
 
-3. Store your static files in a folder called ``static`` in your app. For
+4. Store your static files in a folder called ``static`` in your app. For
    example ``my_app/static/my_app/myimage.jpg``.
 
 Now, if you use ``./manage.py runserver``, all static files should be served