can you spell correctly pls

This commit is contained in:
cryptofyre 2022-04-22 21:56:09 -05:00
parent ba6861e0b6
commit a8ad926186

View file

@ -290,5 +290,5 @@ let screenHeight = screen.height;
window.onerror = function (error) {
console.log(error)
bootbox.alert("Error occured: " + error)
bootbox.alert("Error occurred: " + error)
};