Skip to content

Commit e0565fb

Browse files
chore: Update docsearch.ts (#941)
1 parent 27c7139 commit e0565fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/integrations/docsearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default defineNuxtPlugin(() => {
139139
return
140140
}
141141
const { pathname: hitPathname } = new URL(window.location.origin + hit.url)
142-
// If the hits goes to another page, we prevent the native link behavior
142+
// If the hits go to another page, we prevent the native link behavior
143143
// to leverage the Vue Router loading feature.
144144
if (route.path !== hitPathname) {
145145
event.preventDefault()

0 commit comments

Comments
 (0)