diff --git a/app/integrations/docsearch.ts b/app/integrations/docsearch.ts index 553e16c6d..bdb0cf2c8 100644 --- a/app/integrations/docsearch.ts +++ b/app/integrations/docsearch.ts @@ -139,7 +139,7 @@ export default defineNuxtPlugin(() => { return } const { pathname: hitPathname } = new URL(window.location.origin + hit.url) - // 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 // to leverage the Vue Router loading feature. if (route.path !== hitPathname) { event.preventDefault()