-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix(typos): correct HTML code and link to PR #25246
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
Conversation
📝 WalkthroughWalkthroughUpdated a changelog link reference in CHANGELOG.md to a new PR number/URL and added two missing closing anchor tags in README.md for badge HTML. No code, APIs, or behavior changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
28-28: Trim trailing whitespace (minor nit)There’s an extra space after the href attribute on Line 28. Not harmful, but worth trimming for consistency with the surrounding anchors.
- <a href="https://github.com/cosmos/cosmos-sdk/actions/workflows/lint.yml"> + <a href="https://github.com/cosmos/cosmos-sdk/actions/workflows/lint.yml">
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Knowledge Base: Disabled due to Reviews > Disable Knowledge Base setting
📒 Files selected for processing (2)
CHANGELOG.md(1 hunks)README.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Summary
🔇 Additional comments (2)
CHANGELOG.md (1)
58-58: Changelog link and label now match PR #25008The PR number and URL are consistent and the entry reads well. No other nearby references appear impacted.
README.md (1)
25-31: Fixed unclosed anchor tags around Sims and Lint badgesBoth badges are now properly wrapped with closing tags; the HTML is valid.
Description
Summary by CodeRabbit