From ad78ec21c6368e435ee1287bb0ea085313657bc3 Mon Sep 17 00:00:00 2001 From: Jen Downs Date: Tue, 17 Dec 2019 16:25:16 -0600 Subject: [PATCH] docs(pagination): update knob description for forwardText prop --- packages/react/src/components/Pagination/Pagination-story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Pagination/Pagination-story.js b/packages/react/src/components/Pagination/Pagination-story.js index 1f2b3d451480..244bc1320d7d 100644 --- a/packages/react/src/components/Pagination/Pagination-story.js +++ b/packages/react/src/components/Pagination/Pagination-story.js @@ -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),