Skip to content

Commit

Permalink
Update verb usage in sentence (#7070)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbonnell authored Jul 20, 2024
1 parent 4c91abc commit de726d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/adding-interactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ setCount(count + 1); // Request a re-render with 1
console.log(count); // Still 0!
```

This behavior help you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?
This behavior helps you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?

<Sandpack>

Expand Down

0 comments on commit de726d2

Please sign in to comment.