Skip to content

Commit 52797e0

Browse files
authored
docs(forms): capitalize title (#3131)
1 parent a10d1cc commit 52797e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In addition, `v-model` can be used on inputs of different types, `<textarea>`, a
7777
For languages that require an [IME](https://en.wikipedia.org/wiki/Input_method) (Chinese, Japanese, Korean etc.), you'll notice that `v-model` doesn't get updated during IME composition. If you want to respond to these updates as well, use your own `input` event listener and `value` binding instead of using `v-model`.
7878
:::
7979

80-
### Multiline text {#multiline-text}
80+
### Multiline Text {#multiline-text}
8181

8282
```vue-html
8383
<span>Multiline message is:</span>

0 commit comments

Comments
 (0)