]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo [ci skip] (#1604)
authorezshine <ezshine@live.cn>
Fri, 17 Jul 2020 15:24:53 +0000 (23:24 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 15:24:53 +0000 (11:24 -0400)
packages/compiler-sfc/src/compileScript.ts

index 84345e79ce8f67cf16e39cc291999b4251e6e663..db986972420c3315655093a769c63fd0fc9b696d 100644 (file)
@@ -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':