Skip to content

Commit d313006

Browse files
committed
Typo
1 parent 89a6481 commit d313006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function compile(fileNames: string[], options: CompilerOptions): void {
5555
if (path.isAbsolute(options.outFile)) {
5656
outPath = options.outFile;
5757
} else {
58-
// appedn to workinDir or outDir
58+
// append to workinDir or outDir
5959
outPath = path.resolve(options.outDir, options.outFile);
6060
}
6161
} else {

0 commit comments

Comments
 (0)