Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f774f8 commit 93b9825Copy full SHA for 93b9825
apps/www/src/content/docs/components/form.md
@@ -249,7 +249,7 @@ function onSubmit(values) {
249
### Build your form
250
251
Based on last step we can either use `<Form />` component or `useForm` composable
252
-`useForm` is recommended cause values are typed automatically
+`useForm` is recommended because values are typed automatically
253
254
```vue:line-numbers {2}
255
<script setup lang="ts">
0 commit comments