typos and dict update

This commit is contained in:
Tamius Han 2021-04-04 15:48:01 +02:00
parent f8bd8e2eec
commit a720556ac9
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
"letterboxed",
"manjaro",
"minification",
"mitigations",
"nogrow",
"noshrink",
"outro",

View File

@ -188,7 +188,7 @@ class PlayerData {
try {
this.doPeriodicPlayerElementChangeCheck();
} catch (e) {
console.error('[PlayerData::legacycd] this message is pretty high on the list of messages you shouldnt see', e);
console.error('[PlayerData::legacycd] this message is pretty high on the list of messages you shouldn\'t see', e);
}
}
}