Skip to content

Commit dbeda82

Browse files
authored
typo in deprecation message
s/the a/a
1 parent 10dada6 commit dbeda82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sprockets/processing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def unregister_config_processor(type, mime_type, klass)
232232
end
233233

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

0 commit comments

Comments
 (0)