We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb0e98 commit ab8e93cCopy full SHA for ab8e93c
src/services/formatting/smartIndenter.ts
@@ -43,7 +43,7 @@ namespace ts.formatting {
43
// whitespace.
44
if (options.IndentStyle === IndentStyle.Block) {
45
46
- // move backwards untill we find a line with a non-whitespace character,
+ // move backwards until we find a line with a non-whitespace character,
47
// then find the first non-whitespace character for that line.
48
let current = position;
49
while (current > 0){
@@ -496,4 +496,4 @@ namespace ts.formatting {
496
}
497
498
499
-}
+}
0 commit comments