Skip to content

Commit ed3e707

Browse files
committed
chore: fix typo
1 parent 3001491 commit ed3e707

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/types/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ export type ToastOptions = {
6868
*/
6969
keyboardOffset?: number;
7070
/**
71-
* When `true` offset calculation use KeyboardHeight in position calculation.
72-
* If you put <Toast /> inside a keyboard aware component and position is 'bootom', you should set this to `false`.
73-
* Default value: true
71+
* When `true` offset calculation use KeyboardHeight in position calculation.
72+
* If you put <Toast /> inside a keyboard aware component and position is 'bottom', you should set this to `false`.
73+
* Default value: true
7474
*/
7575
avoidKeyboard?: boolean;
7676
/**
@@ -199,9 +199,9 @@ export type ToastProps = {
199199
*/
200200
keyboardOffset?: number;
201201
/**
202-
* When `true` offset calculation use KeyboardHeight in position calculation.
203-
* If you put <Toast /> inside a keyboard aware component and position is 'bootom', you should set this to `false`.
204-
* Default value: true
202+
* When `true` offset calculation use KeyboardHeight in position calculation.
203+
* If you put <Toast /> inside a keyboard aware component and position is 'bottom', you should set this to `false`.
204+
* Default value: true
205205
*/
206206
avoidKeyboard?: boolean;
207207
/**

0 commit comments

Comments
 (0)