Skip to content

Commit 9cd4cb2

Browse files
committed
chore: fix typo and indenting
1 parent a97c523 commit 9cd4cb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ export class Parser extends DiagnosticEmitter {
121121
sources: Source[];
122122
/** Current overridden module name. */
123123
currentModuleName: string | null = null;
124-
// TODO: Remove when multi-value feture will enable by default.
125-
/** Compiler options. */
124+
// TODO: Remove when multi-value feature will enable by default.
125+
/** Compiler options. */
126126
options: Options | null = null;
127127
/** Constructs a new parser. */
128128
constructor(

0 commit comments

Comments
 (0)