diff --git a/src/services/formatting/smartIndenter.ts b/src/services/formatting/smartIndenter.ts index 6daeca5eacc..1151c626299 100644 --- a/src/services/formatting/smartIndenter.ts +++ b/src/services/formatting/smartIndenter.ts @@ -43,7 +43,7 @@ namespace ts.formatting { // whitespace. if (options.IndentStyle === IndentStyle.Block) { - // move backwards untill we find a line with a non-whitespace character, + // move backwards until we find a line with a non-whitespace character, // then find the first non-whitespace character for that line. let current = position; while (current > 0){ @@ -496,4 +496,4 @@ namespace ts.formatting { } } } -} \ No newline at end of file +}