Skip to content

Commit 951c19d

Browse files
authored
Merge pull request #71 from HashLips/dev
console edit
2 parents d5dea1f + 4212515 commit 951c19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const startCreating = async () => {
253253
});
254254

255255
await Promise.all(loadedElements).then((renderObjectArray) => {
256-
debugLogs ? console.log("Clearing casvas") : null;
256+
debugLogs ? console.log("Clearing canvas") : null;
257257
ctx.clearRect(0, 0, format.width, format.height);
258258
if (background.generate) {
259259
drawBackground();

0 commit comments

Comments
 (0)