-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
chore: Fix typo in CHANGELOG.md. #13833
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
WalkthroughFormatting-only change in CHANGELOG.md: the text for a compiler-dom bug fix now wraps the HTML tag in inline code, changing <textarea> to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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 (
|
@coderabbitai
coderabbitai
bot
left a comment
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)
CHANGELOG.md (1)
306-306
: Optional: sweep for other raw HTML tags lacking backticksFor consistency, consider scanning the changelog for other literal tags (e.g.,
, , etc.) that might need inline code formatting.📜 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.
📥 Commits
Reviewing files that changed from the base of the PR and between 24fccb4ee4139d41df0e395bce96ce7fbb6a50a9 and 7e52aa7c88ae63b7629cef20f0db542b08bf1120.
📒 Files selected for processing (1)
CHANGELOG.md
(1 hunks)🔇 Additional comments (1)
CHANGELOG.md (1)
306-306
: Inline-code fix for <textarea> rendering: LGTMBackticks around
<textarea>
align with nearby entries and prevent VS Code MD preview from parsing it as HTML.
Uh oh!
There was an error while loading. Please reload this page.
Without using markdown's backtick syntax, there will be problems in vscode's markdown preview page.
preview
Summary by CodeRabbit