-
Notifications
You must be signed in to change notification settings - Fork 150
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
chore: fix spelling errors #2143
Conversation
WalkthroughWalkthroughThe updates refine the documentation regarding inactive validators and their role in Interchain Security. They clarify how validators outside the active set can participate in consumer chain validation without altering the core functionalities. The changes aim to enhance understanding for validators, stakers, and consumer chains about the implications of allowing inactive validators to validate on consumer chains. Changes
Possibly related issues
Recent review detailsConfiguration used: .coderabbit.yml Files ignored due to path filters (1)
Files selected for processing (3)
Files skipped from review due to trivial changes (2)
Additional context usedLanguageTool
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 as PR comments)
Additionally, you can add 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.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
docs/docs/integrators/integrating_inactive_validators.md (1)
7-7
: Consider revising for conciseness.The phrase "outside of the active set" is slightly redundant. Consider using "outside the active set" for conciseness.
- validators outside of the active set on the provider chain can validate on consumer chains + validators outside the active set on the provider chain can validate on consumer chainsTools
LanguageTool
[style] ~7-~7: This phrase is redundant. Consider using “outside”.
Context: ...ing-inactive-validators.md), validators outside of the active set on the provider chain ca...(OUTSIDE_OF)
d2a40dd
to
be5160f
Compare
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, codebase verification and nitpick comments (1)
docs/docs/integrators/integrating_inactive_validators.md (1)
7-7
: Consider simplifying the phrase.The phrase "outside of the active set" can be simplified to "outside the active set" for improved readability.
- validators outside of the active set on the provider chain + validators outside the active set on the provider chainTools
LanguageTool
[style] ~7-~7: This phrase is redundant. Consider using “outside”.
Context: ...ing-inactive-validators.md), validators outside of the active set on the provider chain ca...(OUTSIDE_OF)
This PR fixes typos in the codebase.
Please review it, and merge if everything is fine.
If there are proto changes, run
make proto-gen
and commit the changes.Summary by CodeRabbit