Skip to content

docs(linter): Minor typo fix for nextjs rules.#18018

Merged
graphite-app[bot] merged 1 commit intomainfrom
nextjs-docs
Jan 15, 2026
Merged

docs(linter): Minor typo fix for nextjs rules.#18018
graphite-app[bot] merged 1 commit intomainfrom
nextjs-docs

Conversation

@connorshea
Copy link
Member

No description provided.

@connorshea connorshea marked this pull request as ready for review January 15, 2026 04:41
@connorshea connorshea requested a review from camc314 as a code owner January 15, 2026 04:41
Copilot AI review requested due to automatic review settings January 15, 2026 04:41
@github-actions github-actions bot added A-linter Area - Linter C-docs Category - Documentation. Related to user-facing or internal documentation labels Jan 15, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.js in the no_styled_jsx_in_document rule documentation for consistency
  • Removed an extra backtick at the end of a line in the no_duplicate_head rule 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-hq
Copy link

codspeed-hq bot commented Jan 15, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing nextjs-docs (07f1d7e) with main (d1016b9)1

Summary

✅ 4 untouched benchmarks
⏩ 41 skipped benchmarks2

Footnotes

  1. No successful run was found on main (4ee723c) during the generation of this report, so d1016b9 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

  2. 41 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@connorshea connorshea added the 0-merge Merge with Graphite Merge Queue label Jan 15, 2026
Copy link
Member Author

connorshea commented Jan 15, 2026

Merge activity

@graphite-app graphite-app bot merged commit c2173a7 into main Jan 15, 2026
21 checks passed
@graphite-app graphite-app bot deleted the nextjs-docs branch January 15, 2026 05:16
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter Area - Linter C-docs Category - Documentation. Related to user-facing or internal documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants