diff --git a/ts/util/i18n.ts b/ts/util/i18n.ts index 499fbf331..84dd6a88a 100644 --- a/ts/util/i18n.ts +++ b/ts/util/i18n.ts @@ -54,7 +54,7 @@ export const setupi18n = (locale: string, dictionary: LocalizerDictionary) => { return '' as R; } - /** If a localized string does not have any arguments to substitute it is retured with no changes */ + /** If a localized string does not have any arguments to substitute it is returned with no changes */ if (!args) { return localizedString as R; }