We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f5f61 commit 855e6f3Copy full SHA for 855e6f3
src/routes/solid-router/concepts/actions.mdx
@@ -90,7 +90,7 @@ export function MyComponent() {
90
```
91
92
Using `useSubmission` leaves the implementation details of how you trigger `echo` up to you.
93
-Whe handling user inputs, for example, it is better to use a `form` for a multitude of reasons.
+When handling user inputs, for example, it is better to use a `form` for a multitude of reasons.
94
95
## Using forms to submit data
96
0 commit comments