Skip to content

Commit

Permalink
docs: fix typo in docs (#4353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Sep 2, 2022
1 parent f49154d commit af00c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adapters/react-table.md
Expand Up @@ -2,7 +2,7 @@
title: React Table
---

The `@tanstack/react-table` adapter is a wrapper around the core table logic. Most of it's job is related to managing state the "react" way, providing types and the rendering implementation of cell/header/footer templates.
The `@tanstack/react-table` adapter is a wrapper around the core table logic. Most of its job is related to managing state the "react" way, providing types and the rendering implementation of cell/header/footer templates.

## `useReactTable`

Expand Down

0 comments on commit af00c82

Please sign in to comment.