Skip to content

Commit 3127b59

Browse files
authored
Merge pull request #4123 from shreyareddyedulakanti/patch-2
Update part1d.md
2 parents 3e34333 + 7c1edf2 commit 3127b59

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)