Skip to content

Commit e8f692d

Browse files
committed
chore: fix typo
1 parent 3b14cab commit e8f692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function getSingleFileProgram (content: string, options: Vc2cOptions): {
5757

5858
const ast = program.getSourceFile(fileName)
5959
if (!ast) {
60-
throw new Error('Can\'t convert code to TypeSciprt AST.')
60+
throw new Error('Can\'t convert code to TypeScript AST.')
6161
}
6262

6363
return { ast, program }

0 commit comments

Comments
 (0)