From 78dbc40f024f299dad8df90a2628b6d6751b0d25 Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 30 Mar 2022 16:39:59 -0700 Subject: [PATCH] missing word --- docs/insiders/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/insiders/getting-started.md b/docs/insiders/getting-started.md index c0de9166894..feafd250fd1 100644 --- a/docs/insiders/getting-started.md +++ b/docs/insiders/getting-started.md @@ -161,7 +161,7 @@ When using built-in plugins that are solely available via Insiders, it might be necessary to split the `mkdocs.yml` configuration into a base configuration, and one with plugin overrides. Note that this is a limitation of MkDocs, which can be mitigated by using [configuration inheritance]; additionally note that configuration -inheritance requires the use key / value syntax for both `plugins` and `markdown_extensions`: +inheritance requires the use of key / value syntax for both `plugins` and `markdown_extensions`: === ":octicons-file-code-16: mkdocs.insiders.yml"