From 3e6df387545e7db5f1ed1ba29c69e21de0e71eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Moya?= Date: Wed, 9 Dec 2020 13:38:04 +0100 Subject: [PATCH] fix: typo infinite instead of ininite --- docs/src/pages/guides/migrating-to-react-query-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/migrating-to-react-query-3.md b/docs/src/pages/guides/migrating-to-react-query-3.md index d4e570d87d..239c5f8ecc 100644 --- a/docs/src/pages/guides/migrating-to-react-query-3.md +++ b/docs/src/pages/guides/migrating-to-react-query-3.md @@ -71,7 +71,7 @@ const queryClient = new QueryClient({ Query functions now get a `QueryFunctionContext` instead of the query key parameters. -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. useQuery: