Skip to content

Commit

Permalink
docs(logging): fix typo (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanidev committed Jul 15, 2023
1 parent 4e081d4 commit 9f575d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ app.addHook('preHandler', function (req, reply, done) {
})
```
**Note**: Care should be take to ensure serializers never throw, as an error
**Note**: Care should be taken to ensure serializers never throw, as an error
thrown from a serializer has the potential to cause the Node process to exit.
See the [Pino documentation](https://getpino.io/#/docs/api?id=opt-serializers)
on serializers for more information.
Expand Down

0 comments on commit 9f575d0

Please sign in to comment.