Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93b9825

Browse files
authored
docs: update form.md (unovue#511)
Small text change for clarity
1 parent 5f774f8 commit 93b9825

File tree

1 file changed

+1
-1
lines changed
  • apps/www/src/content/docs/components

1 file changed

+1
-1
lines changed

apps/www/src/content/docs/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function onSubmit(values) {
249249
### Build your form
250250

251251
Based on last step we can either use `<Form />` component or `useForm` composable
252-
`useForm` is recommended cause values are typed automatically
252+
`useForm` is recommended because values are typed automatically
253253

254254
```vue:line-numbers {2}
255255
<script setup lang="ts">

0 commit comments

Comments
 (0)