court
court copied to clipboard
chore: fix some minor issues in the comments
fix some minor issues in the comments
PR-Codex overview
This PR focuses on correcting typos and improving code comments across multiple files in the project.
Detailed summary
- In
src/components/case-details-card.jsx, corrected "commited" to "committed" in a warning message. - In
src/components/theme.less, fixed "descktop" to "desktop" in a comment. - In
src/api/side-chain/create-side-chain-api.js, changed "Unsuported" to "Unsupported" in an error message. - In
src/bootstrap/drizzle.js, corrected "brower" to "browser" in a comment.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}
Summary by CodeRabbit
-
Bug Fixes
- Corrected an error message typo for unsupported chain IDs to improve clarity.
-
Chores
- Fixed spelling mistakes in comments, documentation, and log messages across the codebase (browser, committed/commited, desktop/descktop).