Skip to content

docs: capitalize React Actions references#8437

Open
lil-goat wants to merge 1 commit into
reactjs:mainfrom
lil-goat:fix/issue-6713-capitalize-react-concepts-in-docs
Open

docs: capitalize React Actions references#8437
lil-goat wants to merge 1 commit into
reactjs:mainfrom
lil-goat:fix/issue-6713-capitalize-react-concepts-in-docs

Conversation

@lil-goat
Copy link
Copy Markdown

Summary

Fixes #6713Capitalize React concepts in docs
Source issue: #6713

This PR covers the remaining Actions concept scope for issue #6713 by
capitalizing React-specific references to Actions in docs prose and headings.

Scope

  • Updated React Actions concept references in:
    • src/content/reference/react/hooks.md
    • src/content/reference/react/useTransition.md
    • src/content/reference/react/useActionState.md
    • src/content/reference/rsc/server-functions.md
    • src/content/learn/rsc-sandbox-test.md
  • Intentionally did not rename code identifiers like action, formAction, or
    actions.js.
  • Did not touch blog or community pages.

Verification

  • Reviewed the diff manually to keep the changes limited to React-concept prose.
  • Re-ran targeted searches to avoid changing code examples, prop names, or file names.

Blockers

  • yarn install --frozen-lockfile did not complete within this session, so full
    automated validation is still pending.
  • node scripts/headingIdLinter.js ... currently requires repo dependencies
    (for example github-slugger) that were not yet installed.

Notes

  • Opening as a draft so automated lint / heading checks can be completed once
    dependency installation finishes locally.

@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! 🙌

@lil-goat lil-goat marked this pull request as ready for review May 16, 2026 03:08
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.

Capitalize React concepts in docs

1 participant