Merge pull request #1757 from ValdoTR/typos

Fixed some typos :)
This commit is contained in:
David Négrier
2022-01-25 21:06:24 +01:00
committed by GitHub
5 changed files with 17 additions and 19 deletions
+2 -2
View File
@@ -512,7 +512,7 @@ class CoWebsiteManager {
if (this.coWebsites.length < 1) {
this.loadMain();
} else if (this.coWebsites.length === 5) {
throw new Error("Too many we");
throw new Error("Too many websites");
}
Promise.resolve(callback(this.cowebsiteBufferDom))
@@ -580,7 +580,7 @@ class CoWebsiteManager {
return reject();
});
})
.catch((e) => console.error("Error loadCoWebsite >=> ", e));
.catch((e) => console.error("Error loadCoWebsite => ", e));
});
}