Skip to content

Commit 9938105

Browse files
authored
Fix tiny typo in Logger docs (#14527)
1 parent a7703a9 commit 9938105

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
@@ -250,7 +250,7 @@ defmodule Logger do
250250
251251
The `:config` customizes a specific handler module. The default handler
252252
is [`:logger_std_h`](`:logger_std_h`), which logs to standard IO, and you
253-
call find all relevant configuration in its module documentation, including
253+
can find all relevant configuration in its module documentation, including
254254
information overload protection.
255255
256256
You may also set `:default_handler` to false to disable the default logging

0 commit comments

Comments
 (0)