fix: correct two comment typos - #20507
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Important Review skippedReview was skipped as selected files did not have any reviewable changes. ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. WalkthroughCorrected spelling errors in two code comments. The changes affect the CLI build command and candidate processing logic. No functional code or public declarations changed. Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to No actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
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 |
|
2b13364 to
07711b9
Compare
- packages/@tailwindcss-cli/src/commands/build/index.ts: 'Succesfully' -> 'Successfully' - packages/tailwindcss/src/candidate.ts: 'preceeded' -> 'preceded' Comment-only changes; no behavior affected.
07711b9 to
cdfc5b8
Compare
Fixes two typos in code comments (no behavior affected):
packages/@tailwindcss-cli/src/commands/build/index.ts:Succesfully->Successfullypackages/tailwindcss/src/candidate.ts:preceeded->preceded