Skip to content

Commit d7d8ff0

Browse files
2nthonyposva
authored andcommitted
chore: fix typo in next-tick.js comment (#10607)
1 parent e8ca21f commit d7d8ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/next-tick.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (typeof Promise !== 'undefined' && isNative(Promise)) {
7272
isUsingMicroTask = true
7373
} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {
7474
// Fallback to setImmediate.
75-
// Techinically it leverages the (macro) task queue,
75+
// Technically it leverages the (macro) task queue,
7676
// but it is still a better choice than setTimeout.
7777
timerFunc = () => {
7878
setImmediate(flushCallbacks)

0 commit comments

Comments
 (0)