Quellcode durchsuchen

fix comment typo

Evan You vor 11 Jahren
Ursprung
Commit
5d575cf3ad
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/compiler/compile.js

+ 1 - 1
src/compiler/compile.js

@@ -215,7 +215,7 @@ function compileElement (el, options) {
   var hasAttrs = el.hasAttributes()
   // check element directives
   var linkFn = checkElementDirectives(el, options)
-  // check terminal direcitves (repeat & if)
+  // check terminal directives (repeat & if)
   if (!linkFn && hasAttrs) {
     linkFn = checkTerminalDirectives(el, options)
   }