Skip to content

Commit 5d575cf

Browse files
committed
fix comment typo
1 parent 6efe10c commit 5d575cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function compileElement (el, options) {
215215
var hasAttrs = el.hasAttributes()
216216
// check element directives
217217
var linkFn = checkElementDirectives(el, options)
218-
// check terminal direcitves (repeat & if)
218+
// check terminal directives (repeat & if)
219219
if (!linkFn && hasAttrs) {
220220
linkFn = checkTerminalDirectives(el, options)
221221
}

0 commit comments

Comments
 (0)