docs(linter): Minor typo fix for nextjs rules.#18018
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request fixes minor typos in the documentation comments for two Next.js linter rules. The changes improve consistency in file path formatting and correct a double backtick typo.
Changes:
- Added backticks around
pages/_document.jsin theno_styled_jsx_in_documentrule documentation for consistency - Removed an extra backtick at the end of a line in the
no_duplicate_headrule documentation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| crates/oxc_linter/src/rules/nextjs/no_styled_jsx_in_document.rs | Added backticks around file path in documentation comment to match formatting used in similar rules |
| crates/oxc_linter/src/rules/nextjs/no_duplicate_head.rs | Fixed double backtick typo at end of documentation line |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
07f1d7e to
c2173a7
Compare
No description provided.