Browse Source

chore: spelling mistake in ast.ts (#88)

夜宴 6 năm trước cách đây
mục cha
commit
eaf4f67c62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/compiler-core/src/ast.ts

+ 1 - 1
packages/compiler-core/src/ast.ts

@@ -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