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 |