Skip to content

Commit 7d44014

Browse files
authored
Fix typos
1 parent c50a6f7 commit 7d44014

File tree

1 file changed

+2
-2
lines changed
  • src/compiler/transformers

1 file changed

+2
-2
lines changed

src/compiler/transformers/ts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ namespace ts {
26932693

26942694
setOriginalNode(enumStatement, node);
26952695
if (varAdded) {
2696-
// If a variable was added, synthetic comments are mitted on it, not on the moduleStatement.
2696+
// If a variable was added, synthetic comments are emitted on it, not on the moduleStatement.
26972697
setSyntheticLeadingComments(enumStatement, undefined);
26982698
setSyntheticTrailingComments(enumStatement, undefined);
26992699
}
@@ -2987,7 +2987,7 @@ namespace ts {
29872987

29882988
setOriginalNode(moduleStatement, node);
29892989
if (varAdded) {
2990-
// If a variable was added, synthetic comments are mitted on it, not on the moduleStatement.
2990+
// If a variable was added, synthetic comments are emitted on it, not on the moduleStatement.
29912991
setSyntheticLeadingComments(moduleStatement, undefined);
29922992
setSyntheticTrailingComments(moduleStatement, undefined);
29932993
}

0 commit comments

Comments
 (0)