Skip to content

Commit 6c3b4bb

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-8.46.4
2 parents 637bed4 + dcb9810 commit 6c3b4bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/solid-router/reference/data-apis

src/routes/solid-router/reference/data-apis/action.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const submission = useSubmission(action, (input) => filter(input));
127127
## Revalidate cached functions
128128

129129
### Revalidate all (default)
130-
By default all cached functions will be revalidated wether the action does not return or return a "normal" response.
130+
By default, all cached functions will be revalidated whether the action returns no response or a "normal" response.
131131

132132
```jsx
133133

0 commit comments

Comments
 (0)