Skip to content

Commit

Permalink
fix: typo in router docs (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkhjile authored Jun 21, 2024
1 parent 58f5f61 commit 855e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-router/concepts/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function MyComponent() {
```

Using `useSubmission` leaves the implementation details of how you trigger `echo` up to you.
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.

## Using forms to submit data

Expand Down

0 comments on commit 855e6f3

Please sign in to comment.