From: 夜宴 <1366792281@qq.com> Date: Sat, 5 Oct 2019 14:23:25 +0000 (-0500) Subject: chore: spelling mistake in ast.ts (#88) X-Git-Tag: v3.0.0-alpha.0~604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eaf4f67c6266c35ee126d440068a58e106810250;p=thirdparty%2Fvuejs%2Fcore.git chore: spelling mistake in ast.ts (#88) --- diff --git a/packages/compiler-core/src/ast.ts b/packages/compiler-core/src/ast.ts index 23b8f96502..ad237d42ed 100644 --- a/packages/compiler-core/src/ast.ts +++ b/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