Skip to content

Commit 05ffb43

Browse files
committed
fix: typo in prop description
1 parent 0b91120 commit 05ffb43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/composites/AlertDialog/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface InterfaceAlertDialogProps
3838
*/
3939
finalFocusRef?: React.RefObject<any> | any;
4040
/**
41-
* If true and the keyboard is opened, the AlertDialog will move up equvivalent to the keyboard height.
41+
* If true and the keyboard is opened, the AlertDialog will move up equivalent to the keyboard height.
4242
* @default false
4343
*/
4444
avoidKeyboard?: boolean;

src/components/composites/Modal/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface InterfaceModalProps extends InterfaceBoxProps<IModalProps> {
3232
*/
3333
finalFocusRef?: React.RefObject<any>;
3434
/**
35-
* If true and the keyboard is opened, the modal will move up equvivalent to the keyboard height.
35+
* If true and the keyboard is opened, the modal will move up equivalent to the keyboard height.
3636
* @default false
3737
*/
3838
avoidKeyboard?: boolean;

src/components/composites/Toast/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface InterfaceToastProps extends InterfaceBoxProps<IToastProps> {
5757
*/
5858
accessibilityLiveRegion?: 'none' | 'polite' | 'assertive';
5959
/**
60-
* If true and the keyboard is opened, the Toast will move up equvivalent to the keyboard height.
60+
* If true and the keyboard is opened, the Toast will move up equivalent to the keyboard height.
6161
* @default false
6262
*/
6363
avoidKeyboard?: boolean;

0 commit comments

Comments
 (0)