diff --git a/src/components/composites/AlertDialog/types.ts b/src/components/composites/AlertDialog/types.ts index c01990dc4..c7d425d5d 100644 --- a/src/components/composites/AlertDialog/types.ts +++ b/src/components/composites/AlertDialog/types.ts @@ -38,7 +38,7 @@ export interface InterfaceAlertDialogProps */ finalFocusRef?: React.RefObject | any; /** - * If true and the keyboard is opened, the AlertDialog will move up equvivalent to the keyboard height. + * If true and the keyboard is opened, the AlertDialog will move up equivalent to the keyboard height. * @default false */ avoidKeyboard?: boolean; diff --git a/src/components/composites/Modal/types.ts b/src/components/composites/Modal/types.ts index 1ced266cc..9737ecd33 100644 --- a/src/components/composites/Modal/types.ts +++ b/src/components/composites/Modal/types.ts @@ -32,7 +32,7 @@ export interface InterfaceModalProps extends InterfaceBoxProps { */ finalFocusRef?: React.RefObject; /** - * If true and the keyboard is opened, the modal will move up equvivalent to the keyboard height. + * If true and the keyboard is opened, the modal will move up equivalent to the keyboard height. * @default false */ avoidKeyboard?: boolean; diff --git a/src/components/composites/Toast/types.ts b/src/components/composites/Toast/types.ts index f633b87c0..ce268b22d 100644 --- a/src/components/composites/Toast/types.ts +++ b/src/components/composites/Toast/types.ts @@ -57,7 +57,7 @@ export interface InterfaceToastProps extends InterfaceBoxProps { */ accessibilityLiveRegion?: 'none' | 'polite' | 'assertive'; /** - * If true and the keyboard is opened, the Toast will move up equvivalent to the keyboard height. + * If true and the keyboard is opened, the Toast will move up equivalent to the keyboard height. * @default false */ avoidKeyboard?: boolean;