From 3919ec11b62bef15583c5d8aa09bc268a464620e Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 5 Oct 2020 23:23:16 +0100 Subject: [PATCH] Fix a new typo which snuck in --- modules/core/localizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/localizer.js b/modules/core/localizer.js index e5df34f1a..f26f789db 100644 --- a/modules/core/localizer.js +++ b/modules/core/localizer.js @@ -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