Skip to content

Commit 6d44df6

Browse files
authored
Fix typo in docs of logger.ex (#13835)
1 parent 6342bb2 commit 6d44df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger/lib/logger.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ defmodule Logger do
463463
in future releases
464464
465465
* `Logger.Backends` only receive `:debug`, `:info`, `:warning`, and `:error`
466-
messages. `:notice` maps to `:info`. `:warn` amps to `:warnings`.
466+
messages. `:notice` maps to `:info`. `:warn` maps to `:warnings`.
467467
All others map to `:error`
468468
"""
469469

0 commit comments

Comments
 (0)