diff options
author | Akira Matsuda <ronnie@dio.jp> | 2015-09-18 18:22:55 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2015-09-18 18:22:55 +0900 |
commit | b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8 (patch) | |
tree | e917e5c676f57b7a258ebd22c8495449fd49171a /activesupport/lib/active_support | |
parent | 2eecd5238c3d0aec24ae386a69c231fec953acb4 (diff) | |
download | rails-b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8.tar.gz rails-b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8.tar.bz2 rails-b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8.zip |
s/JQuery/jQuery/
[ci skip]
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/core_ext/string/output_safety.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb index c676b26b06..8b27ec4413 100644 --- a/activesupport/lib/active_support/core_ext/string/output_safety.rb +++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb @@ -86,7 +86,7 @@ class ERB # use inside HTML attributes. # # If your JSON is being used downstream for insertion into the DOM, be aware of - # whether or not it is being inserted via +html()+. Most JQuery plugins do this. + # whether or not it is being inserted via +html()+. Most jQuery plugins do this. # If that is the case, be sure to +html_escape+ or +sanitize+ any user-generated # content returned by your JSON. # |