Skip to content

Commit 542c35d

Browse files
Typo in link to the forms guide (#1525)
1 parent cbe5afa commit 542c35d

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 a 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/form.html">Guide - Form Bindings</a>.
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>.
4646

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

0 commit comments

Comments
 (0)