Skip to content

Commit

Permalink
docs: Fix Typos (#4616)
Browse files Browse the repository at this point in the history
  • Loading branch information
blentz100 committed Jan 9, 2023
1 parent ffe2bc4 commit 8521dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/features/expanding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: expanding

## State

Grouping state is stored on the table using the following shape:
Expanding state is stored on the table using the following shape:

```tsx
export type ExpandedState = true | Record<string, boolean>
Expand Down Expand Up @@ -73,7 +73,7 @@ This function is called when the `expanded` table state changes. If a function i
autoResetExpanded?: boolean
```
Enable this setting to automatically reset the expanded state of the table when grouping state changes.
Enable this setting to automatically reset the expanded state of the table when expanding state changes.
### `enableExpanding`
Expand Down

0 comments on commit 8521dc2

Please sign in to comment.