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