Skip to content

Commit

Permalink
docs: fix typos (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtx1130 authored and mcollina committed Jun 10, 2019
1 parent bdc137e commit 00d0e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Logging.md
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 00d0e23

Please sign in to comment.