Skip to content

Commit bffd430

Browse files
authored
docs: typo in property description (#4585)
1 parent bf95751 commit bffd430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import useAnimatedValue from '../utils/useAnimatedValue';
2121

2222
export type Props = {
2323
/**
24-
* Determines whether clicking outside the modal dismiss it.
24+
* Determines whether clicking outside the modal dismisses it.
2525
*/
2626
dismissable?: boolean;
2727
/**
28-
* Determines whether clicking Android hardware back button dismiss dialog.
28+
* Determines whether clicking Android hardware back button dismisses the dialog.
2929
*/
3030
dismissableBackButton?: boolean;
3131
/**

0 commit comments

Comments
 (0)