diff --git a/next-ui/src/utils/i18n/locale-helper.ts b/next-ui/src/utils/i18n/locale-helper.ts index 2dc1631b..13392e28 100644 --- a/next-ui/src/utils/i18n/locale-helper.ts +++ b/next-ui/src/utils/i18n/locale-helper.ts @@ -43,7 +43,7 @@ export const availableLocales = loadAvailableLocales() /** * Gets the saved locale from localStorage if defined and valid. - * Else tries to get the best matching language from the brower's preferred languages. + * Else tries to get the best matching language from the browser's preferred languages. * If the locale is not valid, defaults to 'fallbackLocale'. */ export function getLocale(): string {