We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc5f03 commit 2ef67f8Copy full SHA for 2ef67f8
src/core/observer/scheduler.js
@@ -44,7 +44,7 @@ export let currentFlushTimestamp = 0
44
let getNow: () => number = Date.now
45
46
// Determine what event timestamp the browser is using. Annoyingly, the
47
-// timestamp can either be hi-res ( relative to poge load) or low-res
+// timestamp can either be hi-res (relative to page load) or low-res
48
// (relative to UNIX epoch), so in order to compare time we have to use the
49
// same timestamp type when saving the flush timestamp.
50
if (inBrowser && getNow() > document.createEvent('Event').timeStamp) {
0 commit comments