From af00c821b7943bc0f6d62a19b3ad514e3f315d75 Mon Sep 17 00:00:00 2001 From: Daniel Schlabach <31226559+dschlabach@users.noreply.github.com> Date: Fri, 2 Sep 2022 14:19:33 -0400 Subject: [PATCH] docs: fix typo in docs (#4353) --- docs/adapters/react-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adapters/react-table.md b/docs/adapters/react-table.md index 66d1253001..2dd6834c83 100644 --- a/docs/adapters/react-table.md +++ b/docs/adapters/react-table.md @@ -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`