-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
docs(angular): fix TypeScript anchor link in mutation options #10121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(angular): fix TypeScript anchor link in mutation options #10121
Conversation
|
📝 WalkthroughWalkthroughA documentation link path was updated in the Angular mutation options guide. The relative link reference was corrected to properly point to the TypeScript documentation section on typing query options. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 1f2a045
☁️ Nx Cloud last updated this comment at |
40de7db to
1f2a045
Compare
🎯 Changes
Fixes a broken link in the Angular Mutation Options guide.
The “with TypeScript” link was not reliably navigating to the “Typing Query Options” section. This updates it to an explicit file + anchor:
Docs-only change.(#typing-query-options.md), which prevents navigation.
Updated the link to use the correct anchor (#typing-query-options).
✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit