Skip to content

Commit 2ef67f8

Browse files
ktsnyyx990803
authored andcommitted
chore: fix typo in scheduler.js [ci skip] (#9425)
1 parent fdc5f03 commit 2ef67f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/observer/scheduler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export let currentFlushTimestamp = 0
4444
let getNow: () => number = Date.now
4545

4646
// Determine what event timestamp the browser is using. Annoyingly, the
47-
// timestamp can either be hi-res ( relative to poge load) or low-res
47+
// timestamp can either be hi-res (relative to page load) or low-res
4848
// (relative to UNIX epoch), so in order to compare time we have to use the
4949
// same timestamp type when saving the flush timestamp.
5050
if (inBrowser && getNow() > document.createEvent('Event').timeStamp) {

0 commit comments

Comments
 (0)