diff --git a/src/main.js b/src/main.js index 361bd3559..387a3f9a4 100644 --- a/src/main.js +++ b/src/main.js @@ -253,7 +253,7 @@ const startCreating = async () => { }); await Promise.all(loadedElements).then((renderObjectArray) => { - debugLogs ? console.log("Clearing casvas") : null; + debugLogs ? console.log("Clearing canvas") : null; ctx.clearRect(0, 0, format.width, format.height); if (background.generate) { drawBackground();