✏️ Fix minor in-code typos

This commit is contained in:
Alicia Sykes
2021-09-10 21:26:25 +01:00
parent 8183a2bf17
commit eb93f00702
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ export default {
const appConfig = { ...this.config.appConfig };
appConfig.customCss = this.customCss;
localStorage.setItem(localStorageKeys.APP_CONFIG, JSON.stringify(appConfig));
msg = 'Changes saved succesfully';
msg = 'Changes saved successfully';
this.inject(this.customCss);
if (this.customCss === '') setTimeout(() => { location.reload(); }, 1500); // eslint-disable-line no-restricted-globals
} else {