summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Lathrop <eric@ericlathrop.com>2018-04-12 13:30:34 -0400
committerMichał Muskała <michal@muskala.eu>2018-04-12 19:30:34 +0200
commitf27e4cc950b1eadad912c0c1882e029ec82cdabf (patch)
treecf7c182e149293b40090a6390caed8d1a5163d8d /lib
parenta7219b6c93ec04afd908d91c3a4e1802e0615cbc (diff)
downloadelixir-f27e4cc950b1eadad912c0c1882e029ec82cdabf.tar.gz
Spelling (#7547)
Diffstat (limited to 'lib')
-rw-r--r--lib/logger/lib/logger/formatter.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/lib/logger/formatter.ex b/lib/logger/lib/logger/formatter.ex
index 18fe0f2da..da203e720 100644
--- a/lib/logger/lib/logger/formatter.ex
+++ b/lib/logger/lib/logger/formatter.ex
@@ -35,7 +35,7 @@ defmodule Logger.Formatter do
Metadata to be sent to the logger can be read and written with
the `Logger.metadata/0` and `Logger.metadata/1` functions. For example,
you can set `Logger.metadata([user_id: 13])` to add user_id metadata
- to the current process. The user can configure the backend to chose
+ to the current process. The user can configure the backend to choose
which metadata it wants to print and it will replace the `$metadata`
value.
"""