Claudio Cardinale 9 rokov pred
rodič
commit
705d2e1360
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
           })
         }
-      } else { // new isntance
+      } else { // new instance
         frag = this.create(value, alias, i, key)
         frag.fresh = !init
       }