Documentation: Remove duplicate words in docs and comments#34455
Merged
valentinpalkovic merged 1 commit intoApr 7, 2026
Conversation
- 'can can' -> 'can' in props-tables.md - 'can can' -> 'can' in csf-tools/README.md - 'the the' -> 'when the' in universal-store/index.ts (comment)
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree files receive minor documentation corrections: two instances of duplicated words ("can can") in markdown files are corrected to single words, and one comment phasing issue ("the the") in a TypeScript file is fixed. No functional or structural changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
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 |
valentinpalkovic
approved these changes
Apr 7, 2026
This was referenced Apr 7, 2026
Merged
JReinhold
pushed a commit
that referenced
this pull request
Apr 7, 2026
Documentation: Remove duplicate words in docs and comments (cherry picked from commit 6abc527)
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.
Description
Remove duplicate words found in documentation and code comments:
props-tables.md: "You can can customize" → "You can customize"csf-tools/README.md: "It can can parse" → "It can parse"universal-store/index.ts: "resolve the the leader" → "resolve when the leader" (the duplicate "the" was also missing the word "when" for the sentence to make sense)No functional changes.
What I did
Fixed typos in three files across docs and code comments.
Checklist
Summary by CodeRabbit