Skip to content

Commit

Permalink
Fix typo in docs - removes a meaningless word (TanStack#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeaudru authored and tannerlinsley committed Jan 8, 2020
1 parent 59c4558 commit 017ad28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Table({ data, onFetchData }) {
data,
})

// When the these table states change, fetch new data!
// When these table states change, fetch new data!
React.useEffect(() => {
onFetchData({ pageIndex, pageSize, sortBy, filters })
}, [fetchData, pageIndex, pageSize, sortBy, filters])
Expand Down

0 comments on commit 017ad28

Please sign in to comment.