Skip to content

Commit 855e6f3

Browse files
authored
fix: typo in router docs (#790)
1 parent 58f5f61 commit 855e6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/concepts/actions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function MyComponent() {
9090
```
9191

9292
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.
93+
When handling user inputs, for example, it is better to use a `form` for a multitude of reasons.
9494

9595
## Using forms to submit data
9696

0 commit comments

Comments
 (0)