Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j433866 committed Mar 7, 2019
1 parent 1031429 commit 0c9db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/ImageOpacity.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ImageOpacity extends Operation {
const imageBuffer = await image.getBufferAsync(jimp.MIME_PNG);
return [...imageBuffer];
} catch (err) {
throw new OperateionError(`Error changing image opacity. (${err})`);
throw new OperationError(`Error changing image opacity. (${err})`);
}
}

Expand Down

0 comments on commit 0c9db5a

Please sign in to comment.