Skip to content

Commit 5a3b44c

Browse files
authored
chore: fix typo in comment (#1217)
1 parent 2b2beb9 commit 5a3b44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/modules/events.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type EventValueWithOptions = {
2424
let _getNow: () => number = Date.now
2525

2626
// Determine what event timestamp the browser is using. Annoyingly, the
27-
// timestamp can either be hi-res ( relative to page load) or low-res
27+
// timestamp can either be hi-res (relative to page load) or low-res
2828
// (relative to UNIX epoch), so in order to compare time we have to use the
2929
// same timestamp type when saving the flush timestamp.
3030
if (

0 commit comments

Comments
 (0)