Skip to content

Commit c20d469

Browse files
Correct misspelled word activatePage -> activePage
1 parent a068976 commit c20d469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-elastic-carousel/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type RenderArrowProps = {
88

99
type RenderPaginationProps = {
1010
pages: number;
11-
activatePage: number;
11+
activePage: number;
1212
// The onClick event that sets the state of the carousel and sends
1313
// it to a specific page.
1414
onClick: (indicatorId: string) => void;

0 commit comments

Comments
 (0)