Skip to content

Commit

Permalink
fixup! review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Feb 28, 2024
1 parent 5e9c9fc commit b511286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/src/tame-regexp-constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function tameRegExpConstructor(regExpTaming = 'safe') {
configurable: false,
},
});
// Hermes does not have `Symbol.species`. We should suppory such platforms.
// Hermes does not have `Symbol.species`. We should support such platforms.
if (speciesSymbol) {
const speciesDesc = getOwnPropertyDescriptor(
FERAL_REG_EXP,
Expand Down

0 comments on commit b511286

Please sign in to comment.