From 778906616a54870da758f26c84b21f9802a7d52d Mon Sep 17 00:00:00 2001 From: Lex Borisov <83038769+LexBorisoff@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:56:07 -0500 Subject: [PATCH] docs: Update tables.md (#5381) --- docs/guide/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tables.md b/docs/guide/tables.md index d4361f04a7..f6364311dc 100644 --- a/docs/guide/tables.md +++ b/docs/guide/tables.md @@ -126,4 +126,4 @@ For example, you can find the core table instance API docs here: [Table API](../ ### Table Row Models -There is a special set of table instance APIs for reading rows out of the table instance called row models. TanStack Table has advanced features where the rows that are generated may be very different than the the array of `data` that you originally passed in. To learn more about the different row models that you can pass in as a table option, see the [Row Models Guide](./guide/row-models). +There is a special set of table instance APIs for reading rows out of the table instance called row models. TanStack Table has advanced features where the rows that are generated may be very different than the array of `data` that you originally passed in. To learn more about the different row models that you can pass in as a table option, see the [Row Models Guide](./guide/row-models).