Skip to content

Commit 14478e6

Browse files
authored
Typo (#1633)
Just fixing a typo
1 parent 520e4e8 commit 14478e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ But sometimes we may want to bind the value to a dynamic property on the current
389389
false-value="no" />
390390
```
391391

392-
`true-value` and `false-value` are Vue-specific attributes that only works with `v-model`. Here the `toggle` property's value will be set to `'yes'` when the box is checked, and set to `'no'` when unchecked. You can also bind them to dynamic values using `v-bind`:
392+
`true-value` and `false-value` are Vue-specific attributes that only work with `v-model`. Here the `toggle` property's value will be set to `'yes'` when the box is checked, and set to `'no'` when unchecked. You can also bind them to dynamic values using `v-bind`:
393393

394394
```vue-html
395395
<input

0 commit comments

Comments
 (0)