Skip to content

Commit 6ba8356

Browse files
authored
chore: fix typo in types.ts (#328)
1 parent d724615 commit 6ba8356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface PagerViewProps {
6060
* - idle, meaning there is no interaction with the page scroller happening at the time
6161
* - dragging, meaning there is currently an interaction with the page scroller
6262
* - settling, meaning that there was an interaction with the page scroller, and the
63-
* page scroller is now finishing it's closing or opening animation
63+
* page scroller is now finishing its closing or opening animation
6464
*/
6565
onPageScrollStateChanged?: (event: PageScrollStateChangedNativeEvent) => void;
6666

0 commit comments

Comments
 (0)