Skip to content

Commit

Permalink
Merge pull request #487 from mcfiredrill/patch-1
Browse files Browse the repository at this point in the history
typo in deprecation message
  • Loading branch information
rafaelfranca committed Jun 29, 2017
2 parents 10dada6 + dbeda82 commit cfae3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprockets/processing.rb
Expand Up @@ -232,7 +232,7 @@ def unregister_config_processor(type, mime_type, klass)
end

def deprecate_legacy_processor_interface(interface)
msg = "You are using the a deprecated processor interface #{ interface.inspect }.\n" +
msg = "You are using a deprecated processor interface #{ interface.inspect }.\n" +
"Please update your processor interface:\n" +
"https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors\n"

Expand Down

0 comments on commit cfae3de

Please sign in to comment.