Skip to content

Commit 6b4c0f9

Browse files
7006posva
authored andcommitted
chore: typo in comment
1 parent fd0eaf9 commit 6b4c0f9

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/web/compiler/modules

1 file changed

+1
-1
lines changed

src/platforms/web/compiler/modules/model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* @flow */
22

33
/**
4-
* Expand input[v-model] with dyanmic type bindings into v-if-else chains
4+
* Expand input[v-model] with dynamic type bindings into v-if-else chains
55
* Turn this:
66
* <input v-model="data[type]" :type="type">
77
* into this:

0 commit comments

Comments
 (0)