Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Mar 6, 2024
1 parent 8cd3541 commit 7532b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/modules/web.queue-microtask.js
Expand Up @@ -10,7 +10,7 @@ var DESCRIPTORS = require('../internals/descriptors');
// Bun ~ 1.0.30 bug
// https://github.com/oven-sh/bun/issues/9249
var WRONG_ARITY = fails(function () {
// getOwnPropertyDescriptor for prevent experemental warning in Node 11
// getOwnPropertyDescriptor for prevent experimental warning in Node 11
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
return DESCRIPTORS && Object.getOwnPropertyDescriptor(globalThis, 'queueMicrotask').value.length !== 1;
});
Expand Down

0 comments on commit 7532b42

Please sign in to comment.