docs: update form.md (#511)

Small text change for clarity
This commit is contained in:
chachew 2024-04-25 10:03:53 -05:00 committed by GitHub
parent 5f774f83d9
commit 93b98252a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,7 @@ function onSubmit(values) {
### Build your form
Based on last step we can either use `<Form />` component or `useForm` composable
`useForm` is recommended cause values are typed automatically
`useForm` is recommended because values are typed automatically
```vue:line-numbers {2}
<script setup lang="ts">