Skip to content

Commit

Permalink
fix: typo in prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Oct 28, 2022
1 parent 0b91120 commit 05ffb43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/composites/AlertDialog/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface InterfaceAlertDialogProps
*/
finalFocusRef?: React.RefObject<any> | 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;
Expand Down
2 changes: 1 addition & 1 deletion src/components/composites/Modal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface InterfaceModalProps extends InterfaceBoxProps<IModalProps> {
*/
finalFocusRef?: React.RefObject<any>;
/**
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/components/composites/Toast/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface InterfaceToastProps extends InterfaceBoxProps<IToastProps> {
*/
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;
Expand Down

0 comments on commit 05ffb43

Please sign in to comment.