diff --git a/src/helpers/get-descriptor-addon.js b/src/helpers/get-descriptor-addon.js index ebd23bcb..1f2c36c1 100644 --- a/src/helpers/get-descriptor-addon.js +++ b/src/helpers/get-descriptor-addon.js @@ -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); } },