Skip to content

Commit 0bd1873

Browse files
Update actions.mdx (#776)
1 parent 3c512d6 commit 0bd1873

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
@@ -95,7 +95,7 @@ Whe handling user inputs, for example, it is better to use a `form` for a multit
9595
## Using forms to submit data
9696

9797
When submitting data with actions, it is recommended to use HTML forms.
98-
These forms can be used prior to JavaSCript loading, which creates instantly interactive applications.
98+
These forms can be used prior to JavaScript loading, which creates instantly interactive applications.
9999
This also inherently provides accessibility benefits, saving the time of designing a custom UI library that may not have these benefits.
100100

101101
When using forms to submit actions, the first argument passed to your action function is an instance of [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData).

0 commit comments

Comments
 (0)