]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: spelling mistake in ast.ts (#88)
author夜宴 <1366792281@qq.com>
Sat, 5 Oct 2019 14:23:25 +0000 (09:23 -0500)
committerEvan You <yyx990803@gmail.com>
Sat, 5 Oct 2019 14:23:25 +0000 (10:23 -0400)
packages/compiler-core/src/ast.ts

index 23b8f965021b6a4afe73b0040c7953a62a823b4e..ad237d42ed8b527cb76aba576576608700f0e87e 100644 (file)
@@ -166,7 +166,7 @@ export interface ForNode extends Node {
 }
 
 // We also include a number of JavaScript AST nodes for code generation.
-// The AST is an intentioanlly minimal subset just to meet the exact needs of
+// The AST is an intentionally minimal subset just to meet the exact needs of
 // Vue render function generation.
 export type JSChildNode =
   | CallExpression