1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fixed extremely unimportant typo. (#1368)

'ot' to 'to'
This commit is contained in:
WaffleDevsAlt
2022-02-03 02:40:32 -05:00
committed by GitHub
parent 10fb7ddb5c
commit edd57b3956

View File

@@ -373,7 +373,7 @@ try {
mods = loadMods();
console.log("Loaded", mods.length, "mods");
} catch (ex) {
console.error("Failed ot load mods");
console.error("Failed to load mods");
dialog.showErrorBox("Failed to load mods:", ex);
}