From 1d1e65acff5328cea196ba67823753da01bf8d2d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 21 Jan 2026 15:03:59 +0800 Subject: [PATCH] typo --- next-ui/src/utils/i18n/locale-helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {