Skip to content

Commit bb519a3

Browse files
fixing typo (#17)
1 parent fc1df0d commit bb519a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/05.actions/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ which gives you a pending state for while that server function runs and that
3232
transition is pending.
3333

3434
To take it a step further, `useActionState` turns that server function into an
35-
action which resembles the way native form actions without the URL indirection.
36-
This approach even support progressive enhancement such that if the JavaScript
35+
action which resembles the way native form actions work without the URL indirection.
36+
This approach even supports progressive enhancement such that if the JavaScript
3737
has not yet been loaded, the form will act like a normal form submission.
3838

3939
In practice, what this all means is you get to pass a server-only function to a

0 commit comments

Comments
 (0)