Skip to content

Commit 18d81b9

Browse files
authored
docs: Update infiniteQueryOptions.md (#8447)
Fix copy/pasted typo.
1 parent 5be3872 commit 18d81b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/reference/infiniteQueryOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ infiniteQueryOptions({
1212

1313
**Options**
1414

15-
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.
15+
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.
1616

1717
- `queryKey: QueryKey`
1818
- **Required**

0 commit comments

Comments
 (0)