We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef8804 commit db30199Copy full SHA for db30199
docs/src/pages/guides/migrating-to-react-query-3.md
@@ -71,7 +71,7 @@ const queryClient = new QueryClient({
71
72
Query functions now get a `QueryFunctionContext` instead of the query key parameters.
73
74
-The `QueryFunctionContext` contains a `queryKey` and a `pageParam` in case of ininite queries.
+The `QueryFunctionContext` contains a `queryKey` and a `pageParam` in case of infinite queries.
75
76
useQuery:
77
0 commit comments