From c1a786493021b184ebd5729eb21979eab1f774e4 Mon Sep 17 00:00:00 2001 From: Timm Date: Sat, 17 Aug 2013 10:36:23 +0200 Subject: Fixed: added apostrophe to possessive noun. --- actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb') 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. -- cgit v1.2.3