We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c7139 commit e0565fbCopy full SHA for e0565fb
app/integrations/docsearch.ts
@@ -139,7 +139,7 @@ export default defineNuxtPlugin(() => {
139
return
140
}
141
const { pathname: hitPathname } = new URL(window.location.origin + hit.url)
142
- // If the hits goes to another page, we prevent the native link behavior
+ // If the hits go to another page, we prevent the native link behavior
143
// to leverage the Vue Router loading feature.
144
if (route.path !== hitPathname) {
145
event.preventDefault()
0 commit comments