From e0565fbc89a894281086e1ae75a97c8967461706 Mon Sep 17 00:00:00 2001 From: Donghoon Song <32301380+donghoon-song@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:41:18 +0900 Subject: [PATCH] chore: Update docsearch.ts (#941) --- app/integrations/docsearch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()