Skip to content

Commit 017ad28

Browse files
mbeaudrutannerlinsley
authored andcommitted
Fix typo in docs - removes a meaningless word (TanStack#1832)
1 parent 59c4558 commit 017ad28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Table({ data, onFetchData }) {
4040
data,
4141
})
4242

43-
// When the these table states change, fetch new data!
43+
// When these table states change, fetch new data!
4444
React.useEffect(() => {
4545
onFetchData({ pageIndex, pageSize, sortBy, filters })
4646
}, [fetchData, pageIndex, pageSize, sortBy, filters])

0 commit comments

Comments
 (0)