From 19406dad7d1d96b122d691dd34ee5d701945e77b Mon Sep 17 00:00:00 2001 From: Timm Date: Fri, 13 Sep 2013 17:00:02 +0200 Subject: Minor rewording in TargetScrubber documentation. --- actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 398879a42c..9e573b14ca 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb @@ -113,10 +113,10 @@ end # === TargetScrubber # -# Where PermitScrubber picks out tags and attributes to permit in sanitization -# TargetScrubber picks tags and attributes to target for removal +# Where PermitScrubber picks out tags and attributes to permit in +# sanitization, TargetScrubber targets them for removal # -# It uses PermitScrubber open architecture to redefine: +# The open architecture of PermitScrubber is used to redefine: # - +allowed_node?+ # # allowed if node is not in tags # - +scrub_attribute?+ -- cgit v1.2.3