Skip to content

Commit db30199

Browse files
authored
docs: typo infinite instead of ininite (#1379)
1 parent 9ef8804 commit db30199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/migrating-to-react-query-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const queryClient = new QueryClient({
7171

7272
Query functions now get a `QueryFunctionContext` instead of the query key parameters.
7373

74-
The `QueryFunctionContext` contains a `queryKey` and a `pageParam` in case of ininite queries.
74+
The `QueryFunctionContext` contains a `queryKey` and a `pageParam` in case of infinite queries.
7575

7676
useQuery:
7777

0 commit comments

Comments
 (0)