docs(*): fix 'homogenous', 'stoage', 'supressed', 'compoennts' spelling typos#11040
Merged
sukvvon merged 3 commits intoJul 13, 2026
Merged
Conversation
- homogenous -> homogeneous in 7 useQueries/createQueries source files - stoage -> storage in react and vue createPersister docs - supressed -> suppressed in react and angular pagination examples - compoennts -> components in solid-start-streaming example Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
📝 WalkthroughWalkthroughCorrects typos and wording in persister documentation, pagination and streaming examples, and query option comments. No executable logic, public declarations, or runtime behavior changed. ChangesEditorial Corrections
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 f04b9df
☁️ Nx Cloud last updated this comment at |
…omogeneous' in comment
sukvvon
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes several spelling errors found with codespell:
packages/react-query/src/useQueries.ts:165:homogenous->homogeneouspackages/react-query/src/useSuspenseQueries.ts:128:homogenous->homogeneouspackages/preact-query/src/useQueries.ts:165:homogenous->homogeneouspackages/preact-query/src/useSuspenseQueries.ts:128:homogenous->homogeneouspackages/vue-query/src/useQueries.ts:188:homogenous->homogeneouspackages/solid-query/src/useQueries.ts:145:homogenous->homogeneouspackages/svelte-query/src/createQueries.svelte.ts:147:homogenous->homogeneouspackages/angular-query-experimental/src/inject-queries.ts:162:homogenous->homogeneousdocs/framework/react/plugins/createPersister.md:109:stoage->storagedocs/framework/vue/plugins/createPersister.md:106:stoage->storageexamples/react/pagination/src/pages/index.tsx:57:supressed->suppressedexamples/angular/pagination/src/app/components/example.component.html:5:supressed->suppressedexamples/solid/solid-start-streaming/src/routes/with-error.tsx:16:compoennts->componentsSummary by CodeRabbit
Documentation
Bug Fixes