summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorDave Hodder <dmh@dmh.org.uk>2015-04-30 20:39:29 +0100
committerTim Graham <timograham@gmail.com>2015-05-01 13:26:42 -0400
commit08c980d752bc7f31f146facadfec3d284c4115c6 (patch)
treeba32460d9bc0123a687f5e55aec787fdd12a541a /docs/topics/forms
parent57202a112a966593857725071ecd652a87c157fb (diff)
Updated capitalization in the word "JavaScript" for consistency
Diffstat (limited to 'docs/topics/forms')
-rw-r--r--docs/topics/forms/media.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt
index 09184fe15f..a7975b4bce 100644
--- a/docs/topics/forms/media.txt
+++ b/docs/topics/forms/media.txt
@@ -207,7 +207,7 @@ be prepended with the value of the appropriate prefix.
As part of the introduction of the
:doc:`staticfiles app </ref/contrib/staticfiles>` two new settings were added
-to refer to "static files" (images, CSS, Javascript, etc.) that are needed
+to refer to "static files" (images, CSS, JavaScript, etc.) that are needed
to render a complete web page: :setting:`STATIC_URL` and :setting:`STATIC_ROOT`.
To find the appropriate prefix to use, Django will check if the