Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchassassin authored Oct 8, 2024
1 parent fc1df0d commit 204c775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/05.actions/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ which gives you a pending state for while that server function runs and that
transition is pending.

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

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

0 comments on commit 204c775

Please sign in to comment.