Skip to content

docs: fix curly quotes around Mirroring on state structure page#8491

Open
LuxologyGG wants to merge 1 commit into
reactjs:mainfrom
LuxologyGG:fix/auto-issue-7913
Open

docs: fix curly quotes around Mirroring on state structure page#8491
LuxologyGG wants to merge 1 commit into
reactjs:mainfrom
LuxologyGG:fix/auto-issue-7913

Conversation

@LuxologyGG

@LuxologyGG LuxologyGG commented Jun 22, 2026

Copy link
Copy Markdown

Summary

Closes #7913

On the Choosing the State Structure page, straight ASCII quotes around "Mirroring" were converted by the smartypants plugin into two closing curly quotes ("Mirroring"), which is a typographic error.

This PR replaces them with explicit opening and closing curly quotes in the source so they render correctly as "Mirroring", and fixes the same issue for lowercase "mirroring" in the preceding paragraph.

Before / After

Before: "Mirroring" and "mirroring" (both closing curly quotes)

After: "Mirroring" and "mirroring" (opening + closing curly quotes)

Page

https://react.dev/learn/choosing-the-state-structure

Fixes reactjs#7913

Replace straight ASCII quotes with proper opening and closing curly
quotes so the smartypants typography plugin renders them correctly.
@github-actions

Copy link
Copy Markdown

Size changes

Details

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@LuxologyGG LuxologyGG marked this pull request as ready for review June 23, 2026 19:59
Copilot AI review requested due to automatic review settings June 23, 2026 19:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Typo]: Typographic bug: both quotes render as closing (”) around “Mirroring” on Choosing the State Structure page

3 participants