Skip to content

Core: Fix typos: occured -> occurred, recieves -> receives#33727

Merged
valentinpalkovic merged 1 commit intostorybookjs:nextfrom
jonathan-fulton:fix-typos-occurred-receives
Feb 2, 2026
Merged

Core: Fix typos: occured -> occurred, recieves -> receives#33727
valentinpalkovic merged 1 commit intostorybookjs:nextfrom
jonathan-fulton:fix-typos-occurred-receives

Conversation

@jonathan-fulton
Copy link
Copy Markdown
Contributor

@jonathan-fulton jonathan-fulton commented Jan 31, 2026

What I did

Fixed spelling errors across the codebase.

Changes

occured → occurred

  • code/core/src/manager/components/sidebar/FileSearchModal.stories.tsx (3 occurrences)
  • code/core/src/core-server/server-channel/file-search-channel.ts (1 occurrence)

recieves → receives

  • code/core/src/manager-api/tests/globals.test.ts (1 occurrence)

Checklist

  • Make sure your changes are tested (add/update tests if needed)
  • Make sure to add a changeset if needed
  • If you've changed any code, run yarn prettier --write to format

Summary by CodeRabbit

  • Bug Fixes
    • Fixed spelling errors in error messages and test descriptions across the codebase to improve code quality.

✏️ Tip: You can customize this high-level summary in your review settings.

Fixed spelling errors:
- occured -> occurred (3 occurrences in FileSearchModal.stories.tsx and file-search-channel.ts)
- recieves -> receives (1 occurrence in globals.test.ts)
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 31, 2026

📝 Walkthrough

Walkthrough

The PR corrects spelling errors across three files: "occured" to "occurred" in telemetry and error messages, and "recieves" to "receives" in test descriptions. No functional or behavioral changes are introduced.

Changes

Cohort / File(s) Summary
Typo Corrections
code/core/src/core-server/server-channel/file-search-channel.ts, code/core/src/manager-api/tests/globals.test.ts, code/core/src/manager/components/sidebar/FileSearchModal.stories.tsx
Spelling corrections: "occured" → "occurred" in telemetry/error messages and "recieves" → "receives" in test descriptions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

✨ Finishing touches
  • 📝 Generate docstrings

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.

@valentinpalkovic valentinpalkovic changed the title Fix typos: occured -> occurred, recieves -> receives Core: Fix typos: occured -> occurred, recieves -> receives Feb 2, 2026
@valentinpalkovic valentinpalkovic self-assigned this Feb 2, 2026
@valentinpalkovic valentinpalkovic moved this to Empathy Queue (prioritized) in Core Team Projects Feb 2, 2026
@valentinpalkovic valentinpalkovic moved this from Empathy Queue (prioritized) to In Progress in Core Team Projects Feb 2, 2026
@valentinpalkovic valentinpalkovic merged commit b631d04 into storybookjs:next Feb 2, 2026
114 of 123 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Core Team Projects Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants