Skip to content

fix: correct parameter vs argument terminology in tic-tac-toe tutorial#8508

Open
DakshSinghDhami wants to merge 2 commits into
reactjs:mainfrom
DakshSinghDhami:tutorial-fix
Open

fix: correct parameter vs argument terminology in tic-tac-toe tutorial#8508
DakshSinghDhami wants to merge 2 commits into
reactjs:mainfrom
DakshSinghDhami:tutorial-fix

Conversation

@DakshSinghDhami

Copy link
Copy Markdown

Fixes #8375

Changed "Add an argument i to the handleClick function" to "Add a parameter i to the handleClick function". A function definition receives a parameter — the value passed during a function call is the argument.

Daksh Dhami added 2 commits June 28, 2026 22:06
Per reactjs#8375, a function definition receives a parameter, not an argument.
The value passed during a function call is an argument.

- 'Add an argument i to the handleClick function'
+ 'Add a parameter i to the handleClick function'
@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.

[Typo]: parameter mistaken as an argument

1 participant