فهرست منبع

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 */
 /* @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:
  * Turn this:
  *   <input v-model="data[type]" :type="type">
  *   <input v-model="data[type]" :type="type">
  * into this:
  * into this: