Skip to content

Commit 36b419b

Browse files
committed
fix a typo
1 parent 688bd58 commit 36b419b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ export const InstanceProperties = {
915915
]),
916916
indexOf: define("instance/index-of", ["es.array.index-of"]),
917917
isWellFormed: define("instance/is-well-formed", ["es.string.is-well-formed"]),
918-
italic: define(null, ["es.string.italics"]),
918+
italics: define(null, ["es.string.italics"]),
919919
join: define(null, ["es.array.join"]),
920920
keys: define("instance/keys", ArrayNatureIteratorsWithTag),
921921
lastIndex: define(null, ["esnext.array.last-index"]),

0 commit comments

Comments
 (0)