Skip to content

Commit

Permalink
doc(decorators): fix markdown style (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyuan authored and cemremengu committed Nov 7, 2018
1 parent 8cbc78a commit 584bc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Decorators.md
Expand Up @@ -61,7 +61,7 @@ If you define a decorator (using decorate, decorateRequest or decorateReply) wit

As an example, the following will throw:

````js
```js
const server = require('fastify')()

server.decorateReply('view', function (template, args) {
Expand Down

0 comments on commit 584bc28

Please sign in to comment.