From ab8e93cc7497d90cc2f5bb2dbbe91ae8915906ed Mon Sep 17 00:00:00 2001 From: Paul van Brenk Date: Fri, 9 Oct 2015 16:24:43 -0700 Subject: [PATCH] typo --- src/services/formatting/smartIndenter.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}