Skip to content

Commit c2325ed

Browse files
authored
docs(angular): fix TypeScript anchor link in mutation options (#10121)
1 parent 6252715 commit c2325ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/angular/guides/mutation-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Mutation Options
55

66
One of the best ways to share mutation options between multiple places,
77
is to use the `mutationOptions` helper. At runtime, this helper just returns whatever you pass into it,
8-
but it has a lot of advantages when using it [with TypeScript](../typescript#typing-query-options.md).
8+
but it has a lot of advantages when using it [with TypeScript](../typescript.md#typing-query-options).
99
You can define all possible options for a mutation in one place,
1010
and you'll also get type inference and type safety for all of them.
1111

0 commit comments

Comments
 (0)