diff options
| author | Dave Hodder <dmh@dmh.org.uk> | 2015-04-30 20:39:29 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-01 13:26:42 -0400 |
| commit | 08c980d752bc7f31f146facadfec3d284c4115c6 (patch) | |
| tree | ba32460d9bc0123a687f5e55aec787fdd12a541a /docs/ref/templates | |
| parent | 57202a112a966593857725071ecd652a87c157fb (diff) | |
Updated capitalization in the word "JavaScript" for consistency
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 589c220844..bfbc65b7cd 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1146,7 +1146,7 @@ verbatim Stops the template engine from rendering the contents of this block tag. -A common use is to allow a Javascript template layer that collides with +A common use is to allow a JavaScript template layer that collides with Django's syntax. For example:: {% verbatim %} |
