Skip to content

Commit 444af0a

Browse files
committed
Verbiage updates
1 parent 1e8fff5 commit 444af0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-core/src/components/Pagination/examples

packages/react-core/src/components/Pagination/examples/Pagination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ By not passing `itemCount` and passing `toggleTemplate` you can customize the to
6868

6969
### Dynamic sticky top
7070

71-
A pagination may alternatively be made sticky with two properties: `isStickyBase` and `isStickyStuck`, which allows separate control of the sticky position and sticky styling respectively. In this example, `isStickyStuck` is only applied when the pagination is not at the top of the scroll parent container.
71+
Pagination can be made sticky via two properties: `isStickyBase`, which allows separate control of the sticky position, and `isStickyStuck`, which applies the sticky styling. In this example, `isStickyStuck` is only applied when the pagination is not at the top of the scroll parent container.
7272

7373
```ts isFullscreen file="./PaginationDynamicStickyTop.tsx"
7474

7575
```
7676

7777
### Dynamic sticky bottom
7878

79-
A bottom pagination may alternatively be made sticky with two properties: `isStickyBase` and `isStickyStuck`, which allows separate control of the sticky position and sticky styling respectively. In this example, `isStickyStuck` is only applied when the pagination is not at the bottom of the scroll parent container.
79+
Bottom pagination can be made sticky via two properties: `isStickyBase`, which allows separate control of the sticky position, and `isStickyStuck`, which applies the sticky styling. In this example, `isStickyStuck` is only applied when the pagination is not at the bottom of the scroll parent container.
8080

8181
```ts isFullscreen file="./PaginationDynamicStickyBottom.tsx"
8282

0 commit comments

Comments
 (0)