From d0e9eedd821bb4214113133d5f55a704ad5af546 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Tue, 18 Nov 2025 14:22:04 +0700 Subject: [PATCH] Fix typos in some files --- quartz/components/scripts/search.inline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/scripts/search.inline.ts b/quartz/components/scripts/search.inline.ts index 6a84a50e0..8f8d08275 100644 --- a/quartz/components/scripts/search.inline.ts +++ b/quartz/components/scripts/search.inline.ts @@ -421,7 +421,7 @@ async function setupSearch(searchElement: Element, currentSlug: FullSlug, data: for (let searchResult of searchResults) { searchResult.result = searchResult.result.slice(0, numSearchResults) } - // set search type to basic and remove tag from term for proper highlightning and scroll + // set search type to basic and remove tag from term for proper highlighting and scroll searchType = "basic" currentSearchTerm = query } else {