aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-03-22 20:03:27 +0530
committerVipul A M <vipulnsward@gmail.com>2016-03-22 20:03:27 +0530
commit60257141462137331387d0e34931555cf0720886 (patch)
tree4ad60b6ce865d8cf41cd08981325f1c1cd55e694 /activesupport/lib/active_support/core_ext/string
parent82e540b5ef6493b7dac1ae4fb98e5ca30edebbc0 (diff)
downloadrails-60257141462137331387d0e34931555cf0720886.tar.gz
rails-60257141462137331387d0e34931555cf0720886.tar.bz2
rails-60257141462137331387d0e34931555cf0720886.zip
s/responsibilty/responsibility/
s/symantically/semantically/ [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string')
-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 43b9fd4bf7..005ad93b08 100644
--- a/activesupport/lib/active_support/core_ext/string/output_safety.rb
+++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb
@@ -250,7 +250,7 @@ end
class String
# Marks a string as trusted safe. It will be inserted into HTML with no
- # additional escaping performed. It is your responsibilty to ensure that the
+ # additional escaping performed. It is your responsibility to ensure that the
# string contains no malicious content. This method is equivalent to the
# `raw` helper in views. It is recommended that you use `sanitize` instead of
# this method. It should never be called on user input.