Claudio Cardinale пре 9 година
родитељ
комит
705d2e1360
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/directives/public/for.js

+ 1 - 1
src/directives/public/for.js

@@ -152,7 +152,7 @@ const vFor = {
             frag.scope[alias] = value
             frag.scope[alias] = value
           })
           })
         }
         }
-      } else { // new isntance
+      } else { // new instance
         frag = this.create(value, alias, i, key)
         frag = this.create(value, alias, i, key)
         frag.fresh = !init
         frag.fresh = !init
       }
       }