Skip to content

Commit 57052e0

Browse files
authored
Merge pull request #78 from Matthias-Pfahl/master
Correct misspelled word activatePage -> activePage
2 parents 765cee5 + c20d469 commit 57052e0

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)