Skip to content

Commit f71fdf8

Browse files
committed
Fixed #20286 - Typo in static files docs.
Thanks bmispelon.
1 parent 93c1576 commit f71fdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/static-files/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Configuring static files
3232
{% load staticfiles %}
3333
<img src="{% static "my_app/myexample.jpg" %}" alt="My image"/>
3434

35-
3. Store your static files in a folder called ``static`` in your app. For
35+
4. Store your static files in a folder called ``static`` in your app. For
3636
example ``my_app/static/my_app/myimage.jpg``.
3737

3838
Now, if you use ``./manage.py runserver``, all static files should be served

0 commit comments

Comments
 (0)