Skip to content

Commit dcb9810

Browse files
authored
fix typo and clarify wording (#1342)
1 parent 263cedd commit dcb9810

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)