diff --git a/packages/sdks/react-sdk/src/types.ts b/packages/sdks/react-sdk/src/types.ts index 2d73d932b..ddbc49258 100644 --- a/packages/sdks/react-sdk/src/types.ts +++ b/packages/sdks/react-sdk/src/types.ts @@ -113,7 +113,7 @@ export type DescopeProps = { tenant?: string; // If theme is not provided - the OS theme will be used theme?: ThemeOptions; - // Unless locale is provided - the browser's locale will be used + // If locale is not provided - the browser's locale will be used locale?: string; autoFocus?: AutoFocusOptions; validateOnBlur?: boolean;