From 663ac5141b896bf476b89c6ee1ba1e569dcb939f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aran=C4=91el=20=C5=A0arenac?= <11753867+big-kahuna-burger@users.noreply.github.com> Date: Sat, 30 Dec 2023 13:46:13 +0100 Subject: [PATCH] docs: fix wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aranđel Šarenac <11753867+big-kahuna-burger@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6021a8..11fb69d4 100644 --- a/README.md +++ b/README.md @@ -920,7 +920,7 @@ If `{ yaml: true }` is passed to `fastify.swagger()` it will return a YAML strin ### Integration -You can integration this plugin with ```@fastify/helmet``` with some little work. +You can integrate this plugin with ```@fastify/helmet``` with some little work. ```@fastify/helmet``` options example: ```javascript