From 204c775263ba373cbc3c69b9f4da8c24f5196353 Mon Sep 17 00:00:00 2001 From: Jon Winsley Date: Tue, 8 Oct 2024 14:57:08 -0400 Subject: [PATCH] fixing typo --- exercises/05.actions/README.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/05.actions/README.mdx b/exercises/05.actions/README.mdx index 73d6777..3f483d3 100644 --- a/exercises/05.actions/README.mdx +++ b/exercises/05.actions/README.mdx @@ -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