Skip to content

Commit

Permalink
Merge pull request #1406 from jordigh/patch-1
Browse files Browse the repository at this point in the history
api.md: fix typo
  • Loading branch information
jsumners authored Apr 13, 2022
2 parents 26d8127 + 85ace7f commit bf3602f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Option to limit stringification of properties/elements when logging a specific o
Default: `undefined`

If provided, the `mixin` function is called each time one of the active
logging methods is called. The first parameter is the value `mergeObject` or an empty object. The second parameter is the leg level number.
logging methods is called. The first parameter is the value `mergeObject` or an empty object. The second parameter is the log level number.
The function must synchronously return an object. The properties of the returned object will be added to the
logged JSON.

Expand Down

0 comments on commit bf3602f

Please sign in to comment.