diff --git a/docs/Server.md b/docs/Server.md index 889dc1ca01..159a68af05 100644 --- a/docs/Server.md +++ b/docs/Server.md @@ -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 ]