From: ezshine Date: Fri, 17 Jul 2020 15:24:53 +0000 (+0800) Subject: chore: typo [ci skip] (#1604) X-Git-Tag: v3.0.0-rc.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c3427413d652ba7d8852b34fa3dae0cf108ab27;p=thirdparty%2Fvuejs%2Fcore.git chore: typo [ci skip] (#1604) --- diff --git a/packages/compiler-sfc/src/compileScript.ts b/packages/compiler-sfc/src/compileScript.ts index 84345e79ce..db98697242 100644 --- a/packages/compiler-sfc/src/compileScript.ts +++ b/packages/compiler-sfc/src/compileScript.ts @@ -751,7 +751,7 @@ function inferRuntimeType( return ['Function'] case 'TSArrayType': case 'TSTupleType': - // TODO (nice to have) genrate runtime element type/length checks + // TODO (nice to have) generate runtime element type/length checks return ['Array'] case 'TSLiteralType':