-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix Documentation Typos #20
base: polymer-develop
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe changes in the Changes
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: 0
🧹 Outside diff range and nitpick comments (1)
indexer/README.md (1)
63-63
: Grammar and punctuation improvements neededWhile changing "adjacently" to "adjacent" improves clarity, there's an additional improvement needed:
The abbreviation "ie." should be properly formatted as "i.e." (with periods):
-The health assessment doesn't check dependency health (ie. database) but rather checks the health of the indexer service itself. +The health assessment doesn't check dependency health (i.e., database) but rather checks the health of the indexer service itself.🧰 Tools
🪛 LanguageTool
[uncategorized] ~63-~63: The abbreviation “i.e.” (= that is) requires two periods.
Context: ...ssment doesn't check dependency health (ie. database) but rather checks the health ...(I_E)
📜 Review details
Configuration used: .coderabbit.yml
Review profile: CHILL
📒 Files selected for processing (1)
indexer/README.md
(3 hunks)
🧰 Additional context used
🪛 LanguageTool
indexer/README.md
[uncategorized] ~63-~63: The abbreviation “i.e.” (= that is) requires two periods.
Context: ...ssment doesn't check dependency health (ie. database) but rather checks the health ...
(I_E)
🔇 Additional comments (5)
indexer/README.md (5)
8-8
: LGTM: Correct technical terminology
The change from "notes" to "nodes" accurately reflects the technical terminology for blockchain network participants.
11-13
: LGTM: Improved grammar and formatting
The changes improve readability while maintaining technical accuracy:
- Correct grammar: "can be run" instead of "can be ran"
- Better formatted command reference
43-43
: LGTM: Corrected abbreviation
Fixed typo from "TDB" to "TBD" (To Be Determined).
66-66
: LGTM: Correct subject-verb agreement
The grammatical correction maintains technical accuracy while improving readability.
16-16
: Verify the updated docker-compose.yml path
The path update from indexer/docker-compose.yml
to ops-bedrock/docker-compose.yml
needs verification.
-Fixed typo in configuration description:
-Changed "notes" to "nodes" in polling configuration description
-Documentation path corrections:
-Updated docker-compose link from indexer/docker-compose.yml to ops-bedrock/docker-compose.yml
-Fixed "setup" to "set up" where appropriate
-Changed "can be ran" to "can be run" in testing section
-Fixed spacing in make devnet-allocs command reference
-Improved wording around health server description (changed "adjacently" to "adjacent")
-Fixed "TDB" typo to "TBD" in API documentation
-Corrected "exposes" to "expose" in metrics section