fix: spelling mistake in getMessage comment

pull/3206/head
Ryan Miller 1 year ago
parent cb31dbcf6f
commit 3568bc2604

@ -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;
}

Loading…
Cancel
Save