We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237da62 commit 6e421afCopy full SHA for 6e421af
src/routes/solid-router/reference/data-apis/use-submission.mdx
@@ -31,7 +31,7 @@ Learn more about actions in the [`action`](/solid-router/reference/data-apis/act
31
## Filtering Submissions
32
33
As an optional second parameter, the `useSubmission` helper can receive a filter function to only return the submission that matches the condition.
34
-The filter receives the submitted dated as a parameter and should return a boolean value.
+The filter receives the submitted data as a parameter and should return a boolean value.
35
E.g.: action below will only submit if the name is "solid".
36
37
```tsx title="component.tsx" {4-8}
0 commit comments