Fix various typos and code style issues
This commit is contained in:
2
misc/dist/html/editor.html
vendored
2
misc/dist/html/editor.html
vendored
@ -710,7 +710,7 @@ function startEditor(zip) {
|
||||
} else if (typeof err === 'string') {
|
||||
setStatusNotice(err);
|
||||
} else {
|
||||
setStatusNotice('An unknown error occured');
|
||||
setStatusNotice('An unknown error occurred.');
|
||||
}
|
||||
setStatusMode('notice');
|
||||
initializing = false;
|
||||
|
||||
2
misc/dist/html/full-size.html
vendored
2
misc/dist/html/full-size.html
vendored
@ -140,7 +140,7 @@ const engine = new Engine(GODOT_CONFIG);
|
||||
} else if (typeof err === 'string') {
|
||||
setStatusNotice(err);
|
||||
} else {
|
||||
setStatusNotice('An unknown error occured');
|
||||
setStatusNotice('An unknown error occurred.');
|
||||
}
|
||||
setStatusMode('notice');
|
||||
initializing = false;
|
||||
|
||||
Reference in New Issue
Block a user