Skip to content

Commit 5a907f3

Browse files
authored
docs: Update overview.md (#5474)
Fix typo. Deleted the duplicate word 'based'
1 parent c40d734 commit 5a907f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Since TanStack Table is headless and runs on a vanilla JavaScript core, it is ag
2626
TanStack Table will help you build just about any type of table you can imagine. It has built-in state and APIs for the following features:
2727

2828
- [Column Faceting](../guide/column-faceting) - List unique lists of column values or min/max values for a column
29-
- [Column Filtering](../guide/column-filtering) - Filter rows based based on search values for a column
29+
- [Column Filtering](../guide/column-filtering) - Filter rows based on search values for a column
3030
- [Column Grouping](../guide/grouping) - Group columns together, run aggregations, and more
3131
- [Column Ordering](../guide/column-ordering) - Dynamically change the order of columns
3232
- [Column Pinning](../guide/column-pinning) - Pin (Freeze) columns to the left or right of the table
3333
- [Column Sizing](../guide/column-sizing) - Dynamically change the size of columns (column resizing handles)
3434
- [Column Visibility](../guide/column-visibility) - Hide/show columns
3535
- [Global Faceting](../guide/global-faceting) - List unique lists of column values or min/max values for the entire table
36-
- [Global Filtering](../guide/global-filtering) - Filter rows based based on search values for the entire table
36+
- [Global Filtering](../guide/global-filtering) - Filter rows based on search values for the entire table
3737
- [Row Expanding](../guide/expanding) - Expand/collapse rows (sub-rows)
3838
- [Row Pagination](../guide/pagination) - Paginate rows
3939
- [Row Pinning](../guide/row-pinning) - Pin (Freeze) rows to the top or bottom of the table

0 commit comments

Comments
 (0)