From be2106be9b98e91b0e8d5c1f4ac51c0ae7cb6a03 Mon Sep 17 00:00:00 2001 From: Samartha Date: Tue, 7 Mar 2023 22:59:57 +0530 Subject: [PATCH] Fix typo in pagination option story Fix typo in pagination option story, rowsPerPageText prop description. --- stories/DataTable/pagination/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/DataTable/pagination/options.mdx b/stories/DataTable/pagination/options.mdx index f300ac74..3a64d49e 100644 --- a/stories/DataTable/pagination/options.mdx +++ b/stories/DataTable/pagination/options.mdx @@ -7,7 +7,7 @@ import { Story, Canvas } from '@storybook/addon-docs'; | Property | Type | Description | | --------------------- | ------- | ----------------------------------------------------- | | noRowsPerPage | boolean | hide the rows per page dropdown | -| rowsPerPageText | string | chan ge the page per fors text | +| rowsPerPageText | string | change the rows per page text | | rangeSeparatorText | string | change the seperator text e.g. 1 - 10 'of' 100 rows | | selectAllRowsItem | boolean | show 'All' as an option in the rows per page dropdown | | selectAllRowsItemText | string | change the rows per page text |