Skip to content

Commit

Permalink
docs: fix removeAdditional refer (#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyue1320 committed Nov 10, 2022
1 parent ea58581 commit 5c8039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/Server.md
Expand Up @@ -674,7 +674,7 @@ The default configuration is explained in the
const fastify = require('fastify')({
ajv: {
customOptions: {
removeAdditional: 'all' // Refer to [ajv options](https://ajv.js.org/#options)
removeAdditional: 'all' // Refer to [ajv options](https://ajv.js.org/options.html#removeadditional)
},
plugins: [
require('ajv-merge-patch'),
Expand Down

0 comments on commit 5c8039c

Please sign in to comment.