Skip to content

Commit

Permalink
Deprecated warning text, missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
rwojnarowski committed Aug 5, 2019
1 parent df0c946 commit 21da038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails-html-sanitizer.rb
Original file line number Diff line number Diff line change
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 21da038

Please sign in to comment.