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

@@ -36,7 +36,7 @@ browsers, our encoding of cookie values was changed so that the characters
comma and semi-colon are treated as non-safe characters, and are therefore
encoded as ``\054`` and ``\073`` respectively. This could produce backwards
incompatibilities, especially if you are storing comma or semi-colon in
cookies and have javascript code that parses and manipulates cookie values
cookies and have JavaScript code that parses and manipulates cookie values
client-side.
One new feature