fixed typo

This commit is contained in:
Miodec 2023-06-26 15:37:41 +02:00
parent f1eb6df0f6
commit d881b642f9

View file

@ -469,7 +469,7 @@ export async function screenshot(): Promise<void> {
canvas.toBlob(async (blob) => {
try {
if (blob === null) {
throw new Error("Could not create imgage, blob is null");
throw new Error("Could not create image, blob is null");
}
const clipItem = new ClipboardItem(
Object.defineProperty({}, blob.type, {