From 5c8039c40e11be4a9c3617c145cd2667e0c68f24 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 1af2057c8e..2ce940020f 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'),