Skip to content

Commit

Permalink
typo in deprecation message
Browse files Browse the repository at this point in the history
s/the a/a
  • Loading branch information
mcfiredrill committed Jun 29, 2017
1 parent 10dada6 commit dbeda82
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 dbeda82

Please sign in to comment.