File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ If you get this error it might be because something else is replacing the
50
50
standard logger, or expecting it to be there. For example, if you have
51
51
` config.assets.quiet = true ` in your configuration, Sprockets tries to
52
52
` insert_before ` the standard logging middleware in an initializer. You'll need
53
- to configure this gem in an initializer too :
53
+ to configure this gem in an initializer instead :
54
54
55
55
``` ruby
56
56
# config/initializer/suppressing_logger.rb
@@ -86,4 +86,4 @@ License](https://opensource.org/licenses/MIT).
86
86
87
87
Everyone interacting in the ScanSuppressingLogger project’s codebases, issue
88
88
trackers, chat rooms and mailing lists is expected to follow the [ code of
89
- conduct] ( https://github.com/jalada/scan-suppressing-logger/blob/master/CODE_OF_CONDUCT.md ) .
89
+ conduct] ( https://github.com/jalada/scan-suppressing-logger/blob/master/CODE_OF_CONDUCT.md ) .
You can’t perform that action at this time.
0 commit comments