Skip to content

Commit

Permalink
docs: fix typos (fastify#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtx1130 authored and Luca Marzi committed Dec 13, 2019
1 parent 174b6e9 commit 784a60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const fastify = require('fastify')({
}
})
```
For example, the response payload and headers could be logged using the approach below (even if it is *not* recommended*):
For example, the response payload and headers could be logged using the approach below (even if it is *not recommended*):

```js
const fastify = require('fastify')({
Expand Down

0 comments on commit 784a60a

Please sign in to comment.