From e89de740b2a1ea5992d13ec4854d9e1e9ccebd3a Mon Sep 17 00:00:00 2001 From: Pierre Spring Date: Tue, 17 Dec 2024 11:56:08 +0100 Subject: [PATCH] Update infiniteQueryOptions.md Fix copy/pasted typo. --- docs/framework/react/reference/infiniteQueryOptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/reference/infiniteQueryOptions.md b/docs/framework/react/reference/infiniteQueryOptions.md index c6680dd46f..5b0e9c34bb 100644 --- a/docs/framework/react/reference/infiniteQueryOptions.md +++ b/docs/framework/react/reference/infiniteQueryOptions.md @@ -12,7 +12,7 @@ infiniteQueryOptions({ **Options** -You can generally pass everything to `queryOptions` that you can also pass to [`useInfiniteQuery`](../useInfiniteQuery). Some options will have no effect when then forwarded to a function like `queryClient.prefetchInfiniteQuery`, but TypeScript will still be fine with those excess properties. +You can generally pass everything to `infiniteQueryOptions` that you can also pass to [`useInfiniteQuery`](../useInfiniteQuery). Some options will have no effect when then forwarded to a function like `queryClient.prefetchInfiniteQuery`, but TypeScript will still be fine with those excess properties. - `queryKey: QueryKey` - **Required**