From 349230e82358f375c6fb77419cd7ea82bae47916 Mon Sep 17 00:00:00 2001 From: Timm Date: Mon, 12 Aug 2013 17:15:32 +0200 Subject: [PATCH] Fixed: spelling error. --- actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb index cb1a0da54288d..5a9ca8f60ce04 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?+ # # Text and CDATA nodes are skipped by defualt. -# Unallowed elements will be stripped, i.e. element is removed but its substree kept. +# Unallowed elements will be stripped, i.e. element is removed but its subtree kept. # Supplied tags and attributes should be Enumerables # # +tags=+