From 2632725fe0d1b1fead15af325a6d237b45494b9e Mon Sep 17 00:00:00 2001 From: jesseb34r Date: Wed, 12 Nov 2025 18:03:00 -0800 Subject: [PATCH] fix typo and clarify wording --- src/routes/solid-router/reference/data-apis/action.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-router/reference/data-apis/action.mdx b/src/routes/solid-router/reference/data-apis/action.mdx index 55a885027..f32f1ca7b 100644 --- a/src/routes/solid-router/reference/data-apis/action.mdx +++ b/src/routes/solid-router/reference/data-apis/action.mdx @@ -127,7 +127,7 @@ const submission = useSubmission(action, (input) => filter(input)); ## Revalidate cached functions ### Revalidate all (default) -By default all cached functions will be revalidated wether the action does not return or return a "normal" response. +By default, all cached functions will be revalidated whether the action returns no response or a "normal" response. ```jsx