-
Notifications
You must be signed in to change notification settings - Fork 12.1k
docs: fix grammar and clarity in documentation #5909
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
base: typo-fixes
Are you sure you want to change the base?
Conversation
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideMinor grammar and clarity improvements applied across several AsciiDoc documentation files, including insertion of missing prepositions, tense corrections, possessive adjustments, and phrasing refinements. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
WalkthroughEditorial grammar corrections across several documentation pages. No code, logic, APIs, or control flow were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
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: 0
🧹 Nitpick comments (2)
docs/modules/ROOT/pages/utilities.adoc (2)
11-11
: Prefer gender‑neutral and more precise wording (“control” vs “owner”).-At a high level, signatures are a set of cryptographic algorithms that allow for a _signer_ to prove himself the owner of a _private key_ used to authorize a piece of information (generally a transaction or `UserOperation`). Natively, the EVM supports the Elliptic Curve Digital Signature Algorithm (https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm[ECDSA]) using the secp256k1 curve, however other signature algorithms such as P256 and RSA are supported. +At a high level, signatures are a set of cryptographic algorithms that allow a _signer_ to prove they control a _private key_ used to authorize a piece of information (generally a transaction or `UserOperation`). Natively, the EVM supports the Elliptic Curve Digital Signature Algorithm (https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm[ECDSA]) using the secp256k1 curve; other signature algorithms such as P256 and RSA are also supported.
191-191
: Tighten phrasing (“helps with” > “helps to do”).-In Solidity, it's frequently helpful to know whether or not a contract supports an interface you'd like to use. ERC-165 is a standard that helps to do runtime interface detection. Contracts provide helpers both for implementing ERC-165 in your contracts and querying other contracts: +In Solidity, it's frequently helpful to know whether a contract supports an interface you'd like to use. ERC-165 is a standard that helps with runtime interface detection. Contracts provide helpers both for implementing ERC-165 in your contracts and querying other contracts:
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (4)
docs/modules/ROOT/pages/access-control.adoc
(1 hunks)docs/modules/ROOT/pages/erc4626.adoc
(1 hunks)docs/modules/ROOT/pages/governance.adoc
(1 hunks)docs/modules/ROOT/pages/utilities.adoc
(3 hunks)
🔇 Additional comments (4)
docs/modules/ROOT/pages/governance.adoc (1)
164-164
: LGTM — correct verb tense.docs/modules/ROOT/pages/erc4626.adoc (1)
178-179
: LGTM — possessive fix reads correctly and matches the math above.docs/modules/ROOT/pages/access-control.adoc (1)
46-46
: LGTM — clearer infinitive form.docs/modules/ROOT/pages/utilities.adoc (1)
259-259
: LGTM — correct subject–verb agreement.
access-control.adoc – added missing "to" in role description.
erc4626.adoc – fixed grammar ("attacker’s loss").
governance.adoc – corrected "ran" → "run".
utilities.adoc – improved phrasing:
"prove himself owner" → "prove himself the owner".
"helps do" → "helps to do".
"Contracts provides" → "Contracts provide".
Summary by Sourcery
Improve grammar and clarity in project documentation by addressing minor typos and phrasing issues in multiple AsciiDoc files.
Documentation:
Summary by CodeRabbit