Skip to content

Commit 2c34274

Browse files
authored
chore: typo [ci skip] (vuejs#1604)
1 parent a935998 commit 2c34274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/compileScript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ function inferRuntimeType(
751751
return ['Function']
752752
case 'TSArrayType':
753753
case 'TSTupleType':
754-
// TODO (nice to have) genrate runtime element type/length checks
754+
// TODO (nice to have) generate runtime element type/length checks
755755
return ['Array']
756756

757757
case 'TSLiteralType':

0 commit comments

Comments
 (0)