doc: Fix typos in CONTRIBUTING.md#11185
doc: Fix typos in CONTRIBUTING.md#11185Shivangisharma4 wants to merge 2 commits intoappwrite:mainfrom
Conversation
|
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. 📝 WalkthroughWalkthroughThis pull request applies non-functional editorial corrections to CONTRIBUTING.md. Changes include grammar fixes (removing extraneous words, standardizing conjunctions), spelling corrections (typos such as "containes" to "containers", "doesnt" to "doesn't", "woekspaces" to "workspaces"), punctuation standardization, and minor wording improvements for clarity and consistency. No functional code changes or modifications to public APIs are included. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 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 |
There was a problem hiding this comment.
Pull request overview
This PR corrects several typographical and grammatical issues in CONTRIBUTING.md to improve the clarity and professionalism of the contribution guidelines.
Changes:
- Fixes wording in the setup-from-source instructions (“create run the” → “run the”).
- Corrects multiple spelling and grammar issues in sections describing container naming, module design, and HTTP endpoints.
- Fixes typos and phrasing in the metrics collection and preview domains documentation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
Description:
I noticed several typographical and grammatical errors in the
CONTRIBUTING.md
file while reviewing the documentation. These errors include misspelled words and incorrect grammar which can impact the readability of the contribution guidelines.
Changes:
Fixed "create run the" -> "run the"
Fixed "it's intended use" -> "its intended use" (possessive form)
Fixed "containes" -> "containers"
Fixed "doesnt" -> "doesn't"
Fixed "use then all" -> "use them all"
Fixed "an infinity" -> "and infinity"
Fixed "Cloud woekspaces" -> "Cloud workspaces"