mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix incorrect word.
This commit is contained in:
parent
3f97f056f9
commit
ea6a2b7c11
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module ActiveSupport
|
||||||
# up the queue, subscriptions and turning colors in logs off.
|
# up the queue, subscriptions and turning colors in logs off.
|
||||||
#
|
#
|
||||||
# The messages are available in the @logger instance, which is a logger with limited
|
# The messages are available in the @logger instance, which is a logger with limited
|
||||||
# powers (it actually do not send anything to your output), and you can collect them
|
# powers (it actually does not send anything to your output), and you can collect them
|
||||||
# doing @logger.logged(level), where level is the level used in logging, like info,
|
# doing @logger.logged(level), where level is the level used in logging, like info,
|
||||||
# debug, warn and so on.
|
# debug, warn and so on.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue