We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0144dfe commit 91d9381Copy full SHA for 91d9381
packages/react/src/components/Pagination/Pagination-story.js
@@ -29,7 +29,7 @@ const props = () => ({
29
'Previous page'
30
),
31
forwardText: text(
32
- 'The description for the backward icon (forwardText)',
+ 'The description for the forward icon (forwardText)',
33
'Next page'
34
35
pageSize: number('Number of items per page (pageSize)', 10),
0 commit comments