Skip to content

Commit 3d128e0

Browse files
committed
Fix typo
1 parent 8d5cca3 commit 3d128e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Object keys are the event names:
6161
[`multipleResolves`](https://nodejs.org/api/process.html#process_event_multipleresolves)
6262
or `default`.
6363

64-
Object values are the log levelL `"debug"`, `"info"`, `"warn"`, `"error"`,
64+
Object values are the log level: `"debug"`, `"info"`, `"warn"`, `"error"`,
6565
`"silent"` or `"default"`. It can also be a function using
6666
[`event` as argument](#event) and returning one of those log levels.
6767

0 commit comments

Comments
 (0)