Skip to content

Commit

Permalink
fix a typo and rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 2, 2022
1 parent da1bf15 commit 844d525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/internals/ie8-dom-define.js
Expand Up @@ -2,7 +2,7 @@ var DESCRIPTORS = require('../internals/descriptors');
var fails = require('../internals/fails');
var createElement = require('../internals/document-create-element');

// Thank's IE8 for his funny defineProperty
// Thanks to IE8 for its funny defineProperty
module.exports = !DESCRIPTORS && !fails(function () {
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
return Object.defineProperty(createElement('div'), 'a', {
Expand Down

0 comments on commit 844d525

Please sign in to comment.