Skip to content

Commit 6d83c21

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/solid-js-1.9.10
2 parents 7f90c0b + dcb9810 commit 6d83c21

File tree

1 file changed

+1
-1
lines changed
  • src/routes/solid-router/reference/data-apis

1 file changed

+1
-1
lines changed

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)