Skip to content

Commit d345d22

Browse files
author
Yui T
committed
Fix spelling
1 parent 747ae1b commit d345d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3242,7 +3242,7 @@ module ts {
32423242
} else {
32433243
// targetSourceFile is specified (i.e. calling emitter from language service)
32443244
if (shouldEmitToOwnFile(targetSourceFile, compilerOptions)) {
3245-
// If shouldEmitToOwnFile is true or targetSouceFile is an external module file, then emit targetSourceFile in its own output file
3245+
// If shouldEmitToOwnFile is true or targetSourceFile is an external module file, then emit targetSourceFile in its own output file
32463246
var jsFilePath = getOwnEmitOutputFilePath(targetSourceFile, ".js");
32473247
emitFile(jsFilePath, targetSourceFile);
32483248
} else {

0 commit comments

Comments
 (0)