Skip to content

Commit bd38b6e

Browse files
michallepickijosevalim
authored andcommitted
Fix grammar in Logger backends docs (#10883)
1 parent b571ddb commit bd38b6e

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
@@ -290,7 +290,7 @@ defmodule Logger do
290290
The initial backends are loaded via the `:backends` configuration,
291291
which must be set before the `:logger` application is started.
292292
However, it preferred to add and remove backends via `add_backend/2`
293-
the `remove_backend/2` function. This is often done in your
293+
and `remove_backend/2` functions. This is often done in your
294294
`c:Application.start/2` callback:
295295
296296
@impl true

0 commit comments

Comments
 (0)