Skip to content

Commit

Permalink
chore: update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 5, 2021
1 parent f9fba1b commit 2fb092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/runtime/client/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class Router {
'sveltekit:scroll': scroll_state()
};
history.replaceState(new_state, document.title, window.location.href);
// iOS scroll event intervals happens between 30-150ms, sometimes around 200ms
// iOS scroll event intervals happen between 30-150ms, sometimes around 200ms
}, 200);
});

Expand Down

0 comments on commit 2fb092a

Please sign in to comment.