From 8fbf5df3f2aa334cecddfc1d9f59344728ed859b Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 9 Aug 2023 19:45:07 +1000 Subject: [PATCH] Docs - fix small typo in HTML layout --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 894aa733a458..303028785363 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -37,7 +37,7 @@ /** * Return true (debug: on) for local builds or Read the Docs PR previews. * - * The debug mode allows inspection of the dropodown. + * The debug mode allows inspection of the dropdown. */ function getSearchDebugMode() { let debug = false