doc: fix many-to-many relationship description typo (#2808)#2810
doc: fix many-to-many relationship description typo (#2808)#2810bugbotbyte wants to merge 1 commit intoappwrite:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis change updates a single documentation file to correct the description of the Many-to-many relationship type. The text is revised from "A row can be related to many other rows." to "Many rows can be related to many other rows." to more accurately reflect the bidirectional nature of many-to-many relationships where multiple rows on both sides can relate to multiple rows on the other side. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
What does this PR do?
Fixes a typo in the Many-to-many relationship description on the Relationships documentation page.
Changes
Updated the description from:
To:
Related Issue
Closes #2808
Notes
This change corrects the definition of a many-to-many relationship to accurately reflect that multiple rows can relate to multiple other rows.
Summary by CodeRabbit