aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-08-17 10:36:23 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:09 +0200
commitc1a786493021b184ebd5729eb21979eab1f774e4 (patch)
tree69cc605d10c48a798c6329861211e5e72aa24d57 /actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb
parent5169b00330584f88a109f12cdc334219114e7c5e (diff)
downloadrails-c1a786493021b184ebd5729eb21979eab1f774e4.tar.gz
rails-c1a786493021b184ebd5729eb21979eab1f774e4.tar.bz2
rails-c1a786493021b184ebd5729eb21979eab1f774e4.zip
Fixed: added apostrophe to possessive noun.
Diffstat (limited to 'actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb')
-rw-r--r--actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb2
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.