Skip to content

Commit d7f4cb0

Browse files
authored
docs: Fix broken links in query-options.md (#8800)
* fix: broken-link * fix: remove .md
1 parent edbb304 commit d7f4cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/query-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: query-options
33
title: Query Options
44
---
55

6-
One of the best ways to share `queryKey` and `queryFn` between multiple places, yet keep them co-located to one another, is to use the `queryOptions` helper. At runtime, this helper just returns whatever you pass into it, but it has a lot of advantages when using it [with TypeScript](../../typescript#typing-query-options). You can define all possible options for a query in one place, and you'll also get type inference and type safety for all of them.
6+
One of the best ways to share `queryKey` and `queryFn` between multiple places, yet keep them co-located to one another, is to use the `queryOptions` helper. At runtime, this helper just returns whatever you pass into it, but it has a lot of advantages when using it [with TypeScript](../typescript#typing-query-options). You can define all possible options for a query in one place, and you'll also get type inference and type safety for all of them.
77

88
[//]: # 'Example1'
99

0 commit comments

Comments
 (0)