diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-03-22 20:03:27 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-03-22 20:03:27 +0530 |
commit | 60257141462137331387d0e34931555cf0720886 (patch) | |
tree | 4ad60b6ce865d8cf41cd08981325f1c1cd55e694 /activesupport/lib | |
parent | 82e540b5ef6493b7dac1ae4fb98e5ca30edebbc0 (diff) | |
download | rails-60257141462137331387d0e34931555cf0720886.tar.gz rails-60257141462137331387d0e34931555cf0720886.tar.bz2 rails-60257141462137331387d0e34931555cf0720886.zip |
s/responsibilty/responsibility/
s/symantically/semantically/
[ci skip]
Diffstat (limited to 'activesupport/lib')
-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 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. |