ソースを参照

chore: typo in comment

7006 6 年 前
コミット
6b4c0f9c89
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/platforms/web/compiler/modules/model.js

+ 1 - 1
src/platforms/web/compiler/modules/model.js

@@ -1,7 +1,7 @@
 /* @flow */
 
 /**
- * Expand input[v-model] with dyanmic type bindings into v-if-else chains
+ * Expand input[v-model] with dynamic type bindings into v-if-else chains
  * Turn this:
  *   <input v-model="data[type]" :type="type">
  * into this: