Skip to content

Commit ab8e93c

Browse files
committed
typo
1 parent ebb0e98 commit ab8e93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/formatting/smartIndenter.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace ts.formatting {
4343
// whitespace.
4444
if (options.IndentStyle === IndentStyle.Block) {
4545

46-
// move backwards untill we find a line with a non-whitespace character,
46+
// move backwards until we find a line with a non-whitespace character,
4747
// then find the first non-whitespace character for that line.
4848
let current = position;
4949
while (current > 0){
@@ -496,4 +496,4 @@ namespace ts.formatting {
496496
}
497497
}
498498
}
499-
}
499+
}

0 commit comments

Comments
 (0)