Skip to content

Docs/angular caching queryfn fix#10092

Open
pavan-sh wants to merge 2 commits intoTanStack:mainfrom
pavan-sh:docs/angular-caching-queryfn-fix
Open

Docs/angular caching queryfn fix#10092
pavan-sh wants to merge 2 commits intoTanStack:mainfrom
pavan-sh:docs/angular-caching-queryfn-fix

Conversation

@pavan-sh
Copy link

@pavan-sh pavan-sh commented Feb 4, 2026

🎯 Changes

Fixes a typo in the Angular caching guide where an inline injectQuery example used queyFn instead of queryFn.

Also corrects missing closing parentheses in the inline injectQuery(() => ({ ... })) snippets for consistency/readability.

Docs-only change.

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm run test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

Summary by CodeRabbit

  • Documentation
    • Fixed syntax errors and typos in code examples across guides, including missing parentheses and spelling corrections, ensuring code snippets are accurate and consistent.
    • Corrected grammar and verb agreement issues in documentation text to enhance clarity and maintain consistency throughout guides.

@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

⚠️ No Changeset found

Latest commit: b87d1ec

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 4, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 4, 2026

📝 Walkthrough

Walkthrough

Documentation fixes across Angular and React guides correcting syntax errors in code examples and grammar inconsistencies in narrative text. No functional changes to code or behavior.

Changes

Cohort / File(s) Summary
Documentation Fixes
docs/framework/angular/guides/caching.md, docs/framework/react/guides/ssr.md
Fixed syntax errors (missing closing parentheses, typo in queyFn to queryFn) in Angular caching examples and corrected verb agreement in React SSR documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A syntax fix here, a grammar fix there,
The docs now shine without a care!
Parentheses closed, verbs aligned just right,
Our guides now gleam with polished light! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Docs/angular caching queryfn fix' is directly related to the main change, referring to the queryFn typo fix in the Angular caching guide documentation.
Description check ✅ Passed The PR description comprehensively covers the changes (typo fix and missing parentheses), includes all required template sections, and correctly marks the change as docs-only, meeting the template requirements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant