Skip to content

Commit

Permalink
docs: fix removeAdditional refer (fastify#4410)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyue1320 authored and sceccotti89 committed Nov 14, 2022
1 parent cd45d4e commit 52a1737
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 52a1737

Please sign in to comment.