From d1be77880fd4c3b20a4bc8246b1562320132b180 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Wed, 10 Aug 2022 10:59:26 +1000 Subject: [PATCH] fix typo See original: https://github.com/rails/sprockets/blob/8ffcbdd271e94b629fab1ab2cef50f3010e4d788/lib/sprockets/processing.rb#L187 --- guides/how_sprockets_works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/how_sprockets_works.md b/guides/how_sprockets_works.md index 689361d6b..f830adc79 100644 --- a/guides/how_sprockets_works.md +++ b/guides/how_sprockets_works.md @@ -328,7 +328,7 @@ register_pipeline :default do |env, type, file_type| end def default_processors_for(type, file_type) - Bundle_processors = config[:bundle_processors][type] + bundled_processors = config[:bundle_processors][type] if bundled_processors.any? bundled_processors else