Skip to content

Commit

Permalink
docs(pagination): update knob description for forwardText prop (#4910)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Jan 6, 2020
1 parent 0144dfe commit 91d9381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const props = () => ({
'Previous page'
),
forwardText: text(
'The description for the backward icon (forwardText)',
'The description for the forward icon (forwardText)',
'Next page'
),
pageSize: number('Number of items per page (pageSize)', 10),
Expand Down

0 comments on commit 91d9381

Please sign in to comment.