docs: fix four typos in README code comments - #1187
Conversation
overriden -> overridden, databse -> database, instanciate -> instantiate (x2)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe README contains four spelling corrections in comments. No exported or public declarations changed. ChangesREADME corrections
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only corrects spelling in README example comments without changing code, APIs, or outputs; no actionable merge-blocking risk remains after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1187 +/- ##
=========================================
Coverage 99.66% 99.66%
=========================================
Files 13 13
Lines 1770 1770
Branches 243 362 +119
=========================================
Hits 1764 1764
Misses 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hello, Thank you for those fixed 😁 |
Four typo fixes in
README.md, all inside example code comments:// The data will be overriden→overridden// In case you have an exterior change to the databse→database// First instanciate Config class→instantiate// instanciate database→instantiateComments only — no example code, API names, or output changed.