diff options
author | Timm <kaspth@gmail.com> | 2013-08-12 17:15:32 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-16 21:04:04 +0200 |
commit | 349230e82358f375c6fb77419cd7ea82bae47916 (patch) | |
tree | 15464c6741e411057751639db8a38d2b0297c141 /actionview/lib/action_view/helpers | |
parent | b13d22bff5fedaec96a1a45400a23cd75621beb0 (diff) | |
download | rails-349230e82358f375c6fb77419cd7ea82bae47916.tar.gz rails-349230e82358f375c6fb77419cd7ea82bae47916.tar.bz2 rails-349230e82358f375c6fb77419cd7ea82bae47916.zip |
Fixed: spelling error.
Diffstat (limited to 'actionview/lib/action_view/helpers')
-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 cb1a0da542..5a9ca8f60c 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=+ |