Quellcode durchsuchen

chore: typo in comment

7006 vor 6 Jahren
Ursprung
Commit
6b4c0f9c89
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: