From e4eb74e7ff50da9d16db613a010065cc2609dd60 Mon Sep 17 00:00:00 2001 From: hanghuge Date: Sat, 6 Apr 2024 20:55:06 +0800 Subject: [PATCH] chore: fix comment Signed-off-by: hanghuge --- src/templates/assets/javascripts/integrations/instant/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/assets/javascripts/integrations/instant/index.ts b/src/templates/assets/javascripts/integrations/instant/index.ts index a87227519..18882b2e9 100644 --- a/src/templates/assets/javascripts/integrations/instant/index.ts +++ b/src/templates/assets/javascripts/integrations/instant/index.ts @@ -378,7 +378,7 @@ export function setupInstantNavigation( // Handle instant navigation events that are triggered by the user clicking // on an anchor link with the same hash fragment as the current one in the - // URL. Is is essential that we only intercept those from instant navigation + // URL. It is essential that we only intercept those from instant navigation // events and not from history change events, or we'll end up in and endless // loop. The top-level history entry must be removed, as it will be replaced // with a new one, which would otherwise lead to a duplicate entry.