aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-09-18 18:22:55 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-09-18 18:22:55 +0900
commitb3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8 (patch)
treee917e5c676f57b7a258ebd22c8495449fd49171a
parent2eecd5238c3d0aec24ae386a69c231fec953acb4 (diff)
downloadrails-b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8.tar.gz
rails-b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8.tar.bz2
rails-b3b9d9ffe59f3038b8c4d9460d0bf41e10d881d8.zip
s/JQuery/jQuery/
[ci skip]
-rw-r--r--activesupport/lib/active_support/core_ext/string/output_safety.rb2
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.
#