Skip to content

Commit 5d1dc70

Browse files
authored
docs: typo in useInfiniteQuery api docs (#905)
1 parent 26600b1 commit 5d1dc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The options for `useInfiniteQuery` are identical to the [`useQuery` hook](#usequ
226226
227227
**Returns**
228228
229-
The returned properties for `usePaginatedQuery` are identical to the [`useQuery` hook](#usequery), with the addition of the following:
229+
The returned properties for `useInfiniteQuery` are identical to the [`useQuery` hook](#usequery), with the addition of the following:
230230
231231
- `isFetchingMore: false | 'next' | 'previous'`
232232
- If using `paginated` mode, this will be `true` when fetching more results using the `fetchMore` function.

0 commit comments

Comments
 (0)