Skip to content

Commit 7b7b4a9

Browse files
Fix grammar (#2122)
* Fix grammar * Update src/tutorial/src/step-5/description.md Co-authored-by: Natalia Tepluhina <[email protected]> Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent a543171 commit 7b7b4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/src/step-5/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ To simplify two-way bindings, Vue provides a directive, `v-model`, which is esse
4242

4343
`v-model` automatically syncs the `<input>`'s value with the bound state, so we no longer need to use an event handler for that.
4444

45-
`v-model` works not only on text inputs, but also other input types such as checkboxes, radio buttons, and select dropdowns. We cover more details in <a target="_blank" href="/guide/essentials/forms.html">Guide - Form Bindings</a>.
45+
`v-model` works not only on text inputs, but also on other input types such as checkboxes, radio buttons, and select dropdowns. We cover more details in <a target="_blank" href="/guide/essentials/forms.html">Guide - Form Bindings</a>.
4646

4747
Now, try to refactor the code to use `v-model` instead.

0 commit comments

Comments
 (0)