From da03ab87a8108e20df7a29646c4ee694dbb09fdc Mon Sep 17 00:00:00 2001 From: palewire Date: Sun, 2 Apr 2023 13:59:35 -0400 Subject: [PATCH] Fix typos --- src/components/Table/stories/docs/paginate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Table/stories/docs/paginate.md b/src/components/Table/stories/docs/paginate.md index 6fb7ad3a..f1a9703f 100644 --- a/src/components/Table/stories/docs/paginate.md +++ b/src/components/Table/stories/docs/paginate.md @@ -1,4 +1,4 @@ -When you table has lots of rows you should consider breaking it up into pages. This can be done by setting the `paginated` option. +When your table has lots of rows you should consider breaking it up into pages. This can be done by setting the `paginated` option. When it is enabled, readers can leaf through the data using a set of buttons below the table. By default there are 25 records per page. You can change the number by adjusting the `pageSize` option. @@ -8,6 +8,7 @@ This is a good option when publishing large tables for readers to explore. It wo ```