Skip to content

Commit 69ca3df

Browse files
authored
Fixes grammar (#5967)
1 parent 9a865fd commit 69ca3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/state-as-a-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ But what if you wanted to read the latest state before a re-render? You'll want
327327

328328
#### Implement a traffic light {/*implement-a-traffic-light*/}
329329

330-
Here is a crosswalk light component that toggles on when the button is pressed:
330+
Here is a crosswalk light component that toggles when the button is pressed:
331331

332332
<Sandpack>
333333

0 commit comments

Comments
 (0)