1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Updated capitalization in the word "JavaScript" for consistency

This commit is contained in:
Dave Hodder
2015-04-30 20:39:29 +01:00
committed by Tim Graham
parent 57202a112a
commit 08c980d752
16 changed files with 27 additions and 27 deletions

View File

@@ -194,7 +194,7 @@ more information.
``{% verbatim %}`` template tag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To make it easier to deal with javascript templates which collide with Django's
To make it easier to deal with JavaScript templates which collide with Django's
syntax, you can now use the :ttag:`verbatim` block tag to avoid parsing the
tag's content.