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

@@ -1747,7 +1747,7 @@ whose implementation was changed to make use of ``json.dumps()`` instead.
If you were relying on this function to provide safe output from untrusted
strings, you should use ``django.utils.html.escapejs`` or the
:tfilter:`escapejs` template filter.
If all you need is to generate valid javascript strings, you can simply use
If all you need is to generate valid JavaScript strings, you can simply use
``json.dumps()``.
``fix_ampersands`` utils method and template filter