Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 0443915

Browse files
committed
Docs (wip)
1 parent 8adf167 commit 0443915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To enable file uploads in a form you can make use of the `has-files` attribute:
6363
This will output the following HTML:
6464

6565
```html
66-
<form method="POST" action="http://example.com" enctype="multipart/form-data">
66+
<form method="POST" action="http://example.com" enctype="multipart/form-data" spellcheck="false">
6767
<input type="hidden" name="_token" value="...">
6868

6969
Form fields...

0 commit comments

Comments
 (0)