Skip to content

Commit af4d585

Browse files
authored
Fix spelling in README.md (#975)
1 parent 575e633 commit af4d585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For advanced usage please take a look into our [example project](https://github.
146146
| -------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: |
147147
| `initialPage` | Index of initial page that should be selected | both |
148148
| `scrollEnabled: boolean` | Should pager view scroll, when scroll enabled | both |
149-
| `onPageScroll: (e: PageScrollEvent) => void` | Executed when transitioning between pages (ether because the animation for the requested page has changed or when the user is swiping/dragging between pages) | both |
149+
| `onPageScroll: (e: PageScrollEvent) => void` | Executed when transitioning between pages (either because the animation for the requested page has changed or when the user is swiping/dragging between pages) | both |
150150
| `onPageScrollStateChanged: (e: PageScrollStateChangedEvent) => void` | Function called when the page scrolling state has changed | both |
151151
| `onPageSelected: (e: PageSelectedEvent) => void` | This callback will be called once the ViewPager finishes navigating to the selected page | both |
152152
| `pageMargin: number` | Blank space to be shown between pages | both |

0 commit comments

Comments
 (0)