Skip to content

Commit 21e160d

Browse files
authored
docs: fixed a typo (#779)
1 parent 7ac9238 commit 21e160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const {
205205
206206
**Options**
207207
208-
The options for `usePaginatedQuery` are identical to the [`useQuery` hook](#usequery) with the addition of the following:
208+
The options for `useInfiniteQuery` are identical to the [`useQuery` hook](#usequery) with the addition of the following:
209209
210210
- `getFetchMore: Function(lastPage, allPages) => fetchMoreVariable | Boolean`
211211
- When new data is received for this query, this function receives both the last page of the infinite list of data and the full array of all pages.

0 commit comments

Comments
 (0)