fix: correct "occured" → "occurred" typo (app error boundary + logo error logs)#41856
fix: correct "occured" → "occurred" typo (app error boundary + logo error logs)#41856DucMinhNe wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughCorrect spelling of "occurred" in error messages across logo upload and deletion sagas, and the App component's error boundary fallback UI text. ChangesSpelling corrections for error messages
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
|
Still relevant — this typo appears in a user-facing error message. The PR is rebased-clean and CI is green; happy to update if anything else is needed. |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
Description
Fixes the misspelling
occured→occurred(doubler) in three places:app/client/src/index.tsx— the top-levelFaroErrorBoundaryfallback shown to users when the app crashes:An error has occured→An error has occurred(user-facing)app/client/src/ce/sagas/WorkspaceSagas.ts— twolog.errormessages for logo upload/remove failuresText-only change; no logic, props, or behavior affected.
Type of change
Testing
No functional change — corrected English spelling in display/log strings only.
Summary by CodeRabbit