From 52a1737e598f45c23bad1ddcd342d008cb9e9885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=88=9C=E5=B2=B3?= <1277952981@qq.com> Date: Thu, 10 Nov 2022 15:44:59 +0800 Subject: [PATCH] docs: fix removeAdditional refer (#4410) --- docs/Reference/Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference/Server.md b/docs/Reference/Server.md index 1af2057c8ee..2ce940020f7 100644 --- a/docs/Reference/Server.md +++ b/docs/Reference/Server.md @@ -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'),