Fix typos in some files

This commit is contained in:
khanhkhanhlele 2025-11-18 14:22:04 +07:00
parent e7d2a57aad
commit d0e9eedd82

View File

@ -421,7 +421,7 @@ async function setupSearch(searchElement: Element, currentSlug: FullSlug, data:
for (let searchResult of searchResults) { for (let searchResult of searchResults) {
searchResult.result = searchResult.result.slice(0, numSearchResults) 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" searchType = "basic"
currentSearchTerm = query currentSearchTerm = query
} else { } else {