Skip to content

Commit

Permalink
Merge pull request #95 from rwojnarowski/patch-1
Browse files Browse the repository at this point in the history
Deprecated warning text, missing space
  • Loading branch information
kaspth committed Aug 5, 2019
2 parents df0c946 + 21da038 commit 0b64e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails-html-sanitizer.rb
Expand Up @@ -21,7 +21,7 @@ def safe_list_sanitizer

def white_list_sanitizer
ActiveSupport::Deprecation.warn "warning: white_list_sanitizer is" \
"deprecated, please use safe_list_sanitizer instead."
" deprecated, please use safe_list_sanitizer instead."
safe_list_sanitizer
end
end
Expand Down

0 comments on commit 0b64e50

Please sign in to comment.