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") }