fix: correct typo in CompilerError message ('occured' → 'occurred')#39208
fix: correct typo in CompilerError message ('occured' → 'occurred')#39208sharanyamahajan wants to merge 2 commits intoRocketChat:developfrom
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
**/*.spec.ts📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
🧠 Learnings (9)📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
📚 Learning: 2025-10-06T20:32:23.658ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
📚 Learning: 2026-02-24T19:22:48.358ZApplied to files:
🔇 Additional comments (2)
WalkthroughCorrects spelling of "occurred" in an error message within the CompilerError class and updates the corresponding test assertion to match the corrected message. No functional or logic changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
|
These changes have been covered in another PR #38436 so I'll be closing this one. |
Proposed changes (including videos or screenshots)
This PR fixes a spelling mistake in the
CompilerErrormessage where "occured" was used instead of "occurred".The corresponding unit test has been updated to reflect the corrected message.
No functional changes were made.
Issue(s)
N/A – Minor typo fix.
Steps to test or reproduce
CompilerError(for example, by compiling an invalid App).Further comments
This is a small, scoped fix addressing a typo in a user-facing error message and keeping the implementation and test in sync.
Summary by CodeRabbit