docs: fix broken keybindings table in README - #31
Conversation
The separator row had five columns while the header has four, breaking GitHub's table rendering with a stray empty column.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideFixes the README keybindings table formatting so GitHub renders the correct four-column table without an extra empty column. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 2 reviews per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe README Keybindings table separator row was corrected from five cells to four cells. The row now matches the table header. ChangesREADME table formatting
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation change fixes the keybindings table rendering without affecting product behavior, and no actionable merge-blocking risk remains. 🚥 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 |
|
Note: the source branch was deleted; the PR is ready to merge as-is. |
The keybindings table header has 4 columns (
Key | Action | Key | Action) but the separator row had 5 (|---|---|---|---|---|), so GitHub rendered a stray empty 5th column.Summary by Sourcery
Fix the README keybindings table formatting.
Bug Fixes:
Documentation:
Summary by CodeRabbit