Skip to content

Commit

Permalink
fixup! typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Sep 2, 2024
1 parent 860d488 commit 8dce401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/src/shim-arraybuffer-transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const shimArrayBufferTransfer = () => {
// @ts-expect-error TODO extend ArrayBuffer type to include transfer, etc.
if (typeof arrayBufferPrototype.transfer === 'function') {
// Assume already exists so does not need to be shimmed.
// Such conditional shimming is ok in this case since ArrayBuffer.p.trasfer
// Such conditional shimming is ok in this case since ArrayBuffer.p.transfer
// is already officially part of JS.
return;
}
Expand Down

0 comments on commit 8dce401

Please sign in to comment.