Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Oct 18, 2022
1 parent f0cf3ee commit 0a48e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/get-descriptor-addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function getDescriptorAddon() {
this.isAbortingSuspended = false;
const rid = randomId();
// It's necessary to throw error
// otherwise scriptt will be not aborted
// otherwise script will be not aborted
throw new ReferenceError(rid);
}
},
Expand Down

0 comments on commit 0a48e7a

Please sign in to comment.