Fix a new typo which snuck in

This commit is contained in:
Peter Newman
2020-10-05 23:23:16 +01:00
committed by GitHub
parent d9c966c039
commit 3919ec11b6
+1 -1
View File
@@ -289,7 +289,7 @@ export function coreLocalizer() {
}
// no localized string found...
// attempt to fallback to a lower-priority langauge
// attempt to fallback to a lower-priority language
let index = _localeCodes.indexOf(locale);
if (index >= 0 && index < _localeCodes.length - 1) {
// eventually this will be 'en' or another locale with 100% coverage