Fixes grammar (#5967)

This commit is contained in:
Elton Maiyo
2023-05-04 00:20:43 +03:00
committed by GitHub
parent 9a865fd515
commit 69ca3dfda0

View File

@@ -327,7 +327,7 @@ But what if you wanted to read the latest state before a re-render? You'll want
#### Implement a traffic light {/*implement-a-traffic-light*/}
Here is a crosswalk light component that toggles on when the button is pressed:
Here is a crosswalk light component that toggles when the button is pressed:
<Sandpack>