Skip to content

Commit de937e7

Browse files
SamTLTTkDodo
andauthored
docs: Change Query Keys Url (#3878)
* Change Query Keys Url Current url doesn't work. Replaced it with working one. * Update docs/guides/query-functions.md Co-authored-by: Dominik Dorfmeister <[email protected]> Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 9537fe9 commit de937e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/query-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function fetchTodoList({ queryKey }) {
6565

6666
The `QueryFunctionContext` is the object passed to each query function. It consists of:
6767

68-
- `queryKey: QueryKey`: [Query Keys](./query-keys)
68+
- `queryKey: QueryKey`: [Query Keys](query-keys)
6969
- `pageParam: unknown | undefined`
7070
- only for [Infinite Queries](./infinite-queries.md)
7171
- the page parameter used to fetch the current page

0 commit comments

Comments
 (0)