Docs: Fix supported versions typo#34068
Conversation
|
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 (1)
📝 WalkthroughWalkthroughCorrected a typographical error in documentation: changed "recieves" to "receives" in the Supported Versions section of the releases page. No functional or behavioral changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/releases/index.mdx`:
- Line 31: Change the sentence "Older versions: No longer receives any patches"
to use the plural verb form; update the text in docs/releases/index.mdx for the
line containing "Older versions:" so it reads "Older versions: No longer receive
any patches" ensuring the subject "Older versions" agrees with "receive".
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 8ac4ed9d-bc9a-44f9-9aa4-a46f928f723a
📒 Files selected for processing (1)
docs/releases/index.mdx
|
@Rohan5commit appreciate you taking the time to put together this pull request and helping us improve the documentation. We appreciate it 🙏 . When you're able, can you adjust it based on CodeRabbit's feedback so we can get this merged and published in the documentation? Let me know once you've addressed it, and I'll gladly take another look at it and get it merged in. Have a fantastic day. Stay safe |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
jonniebigodes
left a comment
There was a problem hiding this comment.
@Rohan5commit I've already applied the suggestion, so there's nothing else needed. Again, thank you for taking the time to help us out 🙏
I'll get this in once the checklist clears.
Have an amazing week
Stay safe
Related issue: none. This is a documentation-only typo fix.
What I did
recievestoreceives.Checklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
No manual testing required for this one-word documentation fix.
Documentation
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal,ci:merged,ci:daily, orci:docsGH label to it to run the appropriate CI.Make sure this PR contains one of the labels below:
Available labels
bug: Internal changes that fixes incorrect behavior.maintenance: User-facing maintenance tasks.dependencies: Upgrading (sometimes downgrading) dependencies.build: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup: Minor cleanup style change. Will not show up in release changelog.documentation: Documentation only changes. Will not show up in release changelog.feature request: Introducing a new feature.BREAKING CHANGE: Changes that break compatibility in some way with current major version.other: Changes that don't fit in the above categories.🦋 Canary release
This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the
@storybookjs/coreteam here.core team members can create a canary release here or locally with
gh workflow run --repo storybookjs/storybook publish.yml --field pr=<PR_NUMBER>Summary by CodeRabbit