Skip to content

Commit

Permalink
Fixed typo in README (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
cterse authored Jun 24, 2020
1 parent 9d68e23 commit 6cb828c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ log.addSerializers({req: reqSerializer});

A serializer function is passed unprotected objects that are passed to the
`log.info`, `log.debug`, etc. call. This means a poorly written serializer
function can case side-effects. Logging shouldn't do that. Here are a few
function can cause side-effects. Logging shouldn't do that. Here are a few
rules and best practices for serializer functions:

- A serializer function *should never throw*. The bunyan library *does*
Expand Down

0 comments on commit 6cb828c

Please sign in to comment.