Skip to content

Commit 7c1edf2

Browse files
Update part1d.md
1 parent f929412 commit 7c1edf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ const App = () => {
725725
}
726726
```
727727

728-
The _handleClick_ variable is now assigned to a reference to the function. The reference is passed to the button as the <i>onClick</i> attribute:
728+
The _handleClick_ variable, which references the function definition, is passed to the button as the <i>onClick</i> attribute:
729729

730730
```js
731731
<button onClick={handleClick}>button</button>

0 commit comments

Comments
 (0)