From 9786ead130f9e0f5bdce130e6b82dd1af8ec0b33 Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Sat, 1 Feb 2025 17:57:17 +0000 Subject: [PATCH] Copilot nitpick --- quartz/components/scripts/explorer.inline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/scripts/explorer.inline.ts b/quartz/components/scripts/explorer.inline.ts index 33e5ba6f5..ca5915be2 100644 --- a/quartz/components/scripts/explorer.inline.ts +++ b/quartz/components/scripts/explorer.inline.ts @@ -38,7 +38,7 @@ function toggleExplorer(this: HTMLElement) { // Prevent scroll under if (document.querySelector("#mobile-explorer")) { - // Disable scrolling one the page when the explorer is opened on mobile + // Disable scrolling on the page when the explorer is opened on mobile const bodySelector = document.querySelector("#quartz-body") if (bodySelector) bodySelector.classList.toggle("lock-scroll") }