Skip to content

Commit cdda036

Browse files
committed
correct typo in forms guide
1 parent a48c6bb commit cdda036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: guide
44
order: 10
55
---
66

7-
## Basics Usage
7+
## Basic Usage
88

99
You can use the `v-model` directive to create two-way data bindings on form input elements. It automatically picks the correct way to update the element based on the input type. Although it can seem a bit magical, `v-model` is essentially syntax sugar for updating data on user input events, plus special care for some edge cases.
1010

0 commit comments

Comments
 (0)