summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-05-18 09:51:24 +0000
committerJannis Leidel <jannis@leidel.info>2011-05-18 09:51:24 +0000
commit091c9b530e3f27cadaaf952a304bfcb2fd639567 (patch)
tree53467838cc2f65687296d4a7ef5168c4eb1f1f99 /docs/ref
parentee8f6ca4054dc74f2846a3639dcdb7dc8c8b18b3 (diff)
Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/staticfiles.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt
index b06620d085..eb8bbec105 100644
--- a/docs/ref/contrib/staticfiles.txt
+++ b/docs/ref/contrib/staticfiles.txt
@@ -296,7 +296,7 @@ primary URL configuration::
url(r'^static/(?P<path>.*)$', 'serve'),
)
-Note, the begin of the pattern (``r'^static/'``) should be your
+Note, the beginning of the pattern (``r'^static/'``) should be your
:setting:`STATIC_URL` setting.
Since this is a bit finicky, there's also a helper function that'll do this for you: