We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68126ab commit e4eb74eCopy full SHA for e4eb74e
src/templates/assets/javascripts/integrations/instant/index.ts
@@ -378,7 +378,7 @@ export function setupInstantNavigation(
378
379
// Handle instant navigation events that are triggered by the user clicking
380
// on an anchor link with the same hash fragment as the current one in the
381
- // URL. Is is essential that we only intercept those from instant navigation
+ // URL. It is essential that we only intercept those from instant navigation
382
// events and not from history change events, or we'll end up in and endless
383
// loop. The top-level history entry must be removed, as it will be replaced
384
// with a new one, which would otherwise lead to a duplicate entry.
0 commit comments