Skip to content

Commit

Permalink
docs: fix syntax (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Aug 22, 2021
1 parent e095793 commit fd359a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Server.md
Expand Up @@ -426,8 +426,8 @@ const fastify = require('fastify')({
nullable: false // Refer to [ajv options](https://ajv.js.org/#options)
},
plugins: [
require('ajv-merge-patch')
[require('ajv-keywords'), 'instanceof'];
require('ajv-merge-patch'),
[require('ajv-keywords'), 'instanceof']
// Usage: [plugin, pluginOptions] - Plugin with options
// Usage: plugin - Plugin without options
]
Expand Down

0 comments on commit fd359a0

Please sign in to comment.