-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix typos in various documentation files #22722
Conversation
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request includes modifications to several documentation files within the Cosmos SDK repository, focusing on enhancing clarity, structure, and grammatical accuracy. Key documents updated include Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: .coderabbit.yml
Review profile: CHILL
📒 Files selected for processing (6)
CODING_GUIDELINES.md
(1 hunks)RELEASE_PROCESS.md
(2 hunks)ROADMAP.md
(2 hunks)docs/architecture/adr-008-dCERT-group.md
(1 hunks)docs/architecture/adr-033-protobuf-inter-module-comm.md
(1 hunks)docs/architecture/adr-049-state-sync-hooks.md
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (6)
CODING_GUIDELINES.md (1)
Pattern **/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
RELEASE_PROCESS.md (1)
Pattern **/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
docs/architecture/adr-008-dCERT-group.md (1)
Pattern **/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
docs/architecture/adr-049-state-sync-hooks.md (1)
Pattern **/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
docs/architecture/adr-033-protobuf-inter-module-comm.md (1)
Pattern **/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
ROADMAP.md (1)
Pattern **/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
🪛 LanguageTool
RELEASE_PROCESS.md
[grammar] ~60-~60: The plural noun “PRs” cannot be used with the article “a”. Did you mean “a PR” or “PRs”?
Context: ...ne by automatic cherry-pick followed by a PRs to the release branch). The backports m...
(A_NNS)
ROADMAP.md
[uncategorized] ~270-~270: Possible missing comma found.
Context: ...hat was not. Shortly before the quarter concludes a new section will be added for the nex...
(AI_HYDRA_LEO_MISSING_COMMA)
🔇 Additional comments (6)
CODING_GUIDELINES.md (1)
151-151
: LGTM: Correct hyphenation of compound modifier
The change from "cross check" to "cross-check" follows proper English hyphenation rules for compound modifiers.
docs/architecture/adr-049-state-sync-hooks.md (1)
119-119
: LGTM: Correct article usage
The change from "an unique" to "a unique" is grammatically correct. The article "a" is used before words beginning with a consonant sound, including "unique" which starts with a "yu" sound.
docs/architecture/adr-008-dCERT-group.md (1)
104-104
: LGTM: Correct hyphenation of compound modifier
The change from "per member" to "per-member" follows proper English hyphenation rules for compound modifiers when they precede a noun.
RELEASE_PROCESS.md (1)
30-30
: LGTM: Correct hyphenation of compound adjective
The change from "up to date" to "up-to-date" is grammatically correct as it's used as a compound adjective before the noun "UPGRADING.md file".
docs/architecture/adr-033-protobuf-inter-module-comm.md (1)
157-157
: LGTM: Correct hyphenation of compound adjective
The change from "fine grained" to "fine-grained" is grammatically correct as it's used as a compound adjective.
ROADMAP.md (1)
148-148
: LGTM: Correct article usage before acronym
The change from "a RFC/ADR" to "an RFC/ADR" is correct as "RFC" is pronounced as "ar-ef-see", starting with a vowel sound.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This PR addresses several typographical errors across different documentation files. The changes include:
Author Checklist:
Reviewers Checklist:
Summary by CodeRabbit
CODING_GUIDELINES.md
, emphasizing coding standards and testing practices.RELEASE_PROCESS.md
, improving grammatical accuracy and readability.ROADMAP.md
for grammatical consistency.adr-008-dCERT-group.md
with detailed operational framework for the Decentralized Computer Emergency Response Team (dCERT).adr-033-protobuf-inter-module-comm.md
to improve inter-module communication using Protocol Buffers.adr-049-state-sync-hooks.md
, enhancing state management capabilities.