diff options
author | Timm <kaspth@gmail.com> | 2013-08-17 10:36:23 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-16 21:04:09 +0200 |
commit | c1a786493021b184ebd5729eb21979eab1f774e4 (patch) | |
tree | 69cc605d10c48a798c6329861211e5e72aa24d57 /actionview | |
parent | 5169b00330584f88a109f12cdc334219114e7c5e (diff) | |
download | rails-c1a786493021b184ebd5729eb21979eab1f774e4.tar.gz rails-c1a786493021b184ebd5729eb21979eab1f774e4.tar.bz2 rails-c1a786493021b184ebd5729eb21979eab1f774e4.zip |
Fixed: added apostrophe to possessive noun.
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb index 0b1fc967fa..398879a42c 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb @@ -8,7 +8,7 @@ # - When an attribute should be scrubbed via +scrub_attribute?+ # # Subclasses don't need to worry if tags or attributes are set or not. -# If tags or attributes are not set, Loofahs behavior will be used. +# If tags or attributes are not set, Loofah's behavior will be used. # If you override +allowed_node?+ and no tags are set, it will not be called. # Instead Loofahs behavior will be used. # Likewise for +scrub_attribute?+ and attributes respectively. |