Skip to content

Commit 0a1ad6a

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/solidjs/router-0.15.4
2 parents 03c0add + dcb9810 commit 0a1ad6a

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)