From 8feb5122670a3b5ed12a2cc565a7f85634acb513 Mon Sep 17 00:00:00 2001 From: Alexander Voss Date: Wed, 25 Oct 2023 15:04:53 -0400 Subject: [PATCH] fixed typo: "hosting" -> "hoisting" (#6244) --- docs/schema/plugins/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema/plugins/projects.json b/docs/schema/plugins/projects.json index e8d42329aeb..c28814981cb 100644 --- a/docs/schema/plugins/projects.json +++ b/docs/schema/plugins/projects.json @@ -66,7 +66,7 @@ } ] }, - "hosting": { + "hoisting": { "title": "Enable hoisting", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.hoisting", "type": "boolean",