Skip to content

Documentation: Remove duplicate words in docs and comments#34455

Merged
valentinpalkovic merged 1 commit into
storybookjs:nextfrom
seojcarlos:fix/remove-duplicate-words
Apr 7, 2026
Merged

Documentation: Remove duplicate words in docs and comments#34455
valentinpalkovic merged 1 commit into
storybookjs:nextfrom
seojcarlos:fix/remove-duplicate-words

Conversation

@seojcarlos
Copy link
Copy Markdown
Contributor

@seojcarlos seojcarlos commented Apr 3, 2026

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

  • Changes are limited to documentation and comments
  • No functional code changes

Summary by CodeRabbit

  • Documentation
    • Fixed duplicate words and grammatical errors in documentation and code comments.

- '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)
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2569138f-e4e3-439f-921d-b3537da43f5b

📥 Commits

Reviewing files that changed from the base of the PR and between ce8c743 and 8faa7f8.

📒 Files selected for processing (3)
  • code/addons/docs/docs/props-tables.md
  • code/core/src/csf-tools/README.md
  • code/core/src/shared/universal-store/index.ts

📝 Walkthrough

Walkthrough

Three 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

Cohort / File(s) Summary
Documentation and Comment Fixes
code/addons/docs/docs/props-tables.md, code/core/src/csf-tools/README.md, code/core/src/shared/universal-store/index.ts
Removed duplicated words ("can can" → "can", "the the" → "the") from documentation and comments for improved clarity.

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.

❤️ Share

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

@huang-julien huang-julien added ci:docs Run the CI jobs for documentation checks only. patch:yes Bugfix & documentation PR that need to be picked to main branch labels Apr 3, 2026
@huang-julien huang-julien requested a review from kylegach April 3, 2026 09:30
@valentinpalkovic valentinpalkovic changed the title fix: remove duplicate words in docs and comments Documentation: Remove duplicate words in docs and comments Apr 7, 2026
@valentinpalkovic valentinpalkovic moved this to Empathy Queue (prioritized) in Core Team Projects Apr 7, 2026
@valentinpalkovic valentinpalkovic merged commit 6abc527 into storybookjs:next Apr 7, 2026
20 of 23 checks passed
@github-project-automation github-project-automation Bot moved this from Empathy Queue (prioritized) to Done in Core Team Projects Apr 7, 2026
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)
@github-actions github-actions Bot added the patch:done Patch/release PRs already cherry-picked to main/release branch label Apr 7, 2026
@valentinpalkovic valentinpalkovic self-assigned this Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs Run the CI jobs for documentation checks only. documentation patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants