Skip to content

Commit

Permalink
docs: update form.md (#511)
Browse files Browse the repository at this point in the history
Small text change for clarity
  • Loading branch information
chachew authored Apr 25, 2024
1 parent 5f774f8 commit 93b9825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/docs/components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 93b9825

Please sign in to comment.