Skip to content

Capitalize Actions in docs - #8662

Open
Dextheking1 wants to merge 1 commit into
reactjs:mainfrom
Dextheking1:docs/capitalize-actions
Open

Dextheking1 wants to merge 1 commit into
reactjs:mainfrom
Dextheking1:docs/capitalize-actions

Conversation

@Dextheking1

Copy link
Copy Markdown

Addresses the Actions item in #6713.

What I did

Swept all docs pages (src/content/, excluding blog/ and community/) for prose occurrences of "action(s)" and capitalized them where they refer to the React Actions concept (Server Actions, form action/formAction props, useActionState dispatch, startTransition callbacks), following the style guide in the issue.

What I deliberately left alone

  • Reducer action-object terminology (useReducer, etc.) — general computing meaning per the style guide
  • Inline code, identifiers, and the action prop name itself
  • URL fragments and {/* */} heading anchor comments
  • The quoted React error string "Cannot update action state while rendering"
  • Two genuinely ambiguous spots, left for reviewer judgment

21 line edits across 7 files; every change is a pure casing change of the word action(s).

Part of reactjs#6713: capitalize React-specific concepts across the docs. This PR covers "Actions" (including Server Actions and form actions) with per-occurrence judgment per the style guide. Blog and community pages excluded; code spans, URL fragments, and heading anchors untouched.
@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! 🙌

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.

1 participant