Skip to content

Commit

Permalink
Merge pull request #757 from benkoshy/patch-4
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rafaelfranca committed Aug 10, 2022
2 parents 1edfc43 + d1be778 commit 9057cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/how_sprockets_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9057cba

Please sign in to comment.