Skip to content

Commit 36d6328

Browse files
Fix typo in useActionState hook documentation
1 parent c0ae5a2 commit 36d6328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/useActionState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ button {
257257
258258
</Sandpack>
259259
260-
Every time you click "Add Ticket," React queues a call to `addToCartAction`. React shows the pending state until all the tickets are added, and then re-renders with the final state.
260+
Every time you click "Add Ticket", React queues a call to `addToCartAction`. React shows the pending state until all the tickets are added, and then re-renders with the final state.
261261
262262
<DeepDive>
263263

0 commit comments

Comments
 (0)