From 3f9395be39111f19f905b346335716955d887912 Mon Sep 17 00:00:00 2001 From: Orta Date: Mon, 24 Jun 2019 17:08:28 -0700 Subject: [PATCH] Update src/services/formatting/README.md Co-Authored-By: Andrew Branch --- src/services/formatting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/formatting/README.md b/src/services/formatting/README.md index 7e3bf6c46a9..63fd5fc10ed 100644 --- a/src/services/formatting/README.md +++ b/src/services/formatting/README.md @@ -1,6 +1,6 @@ # How does TypeScript formatting work? -To format code you need to have a formatting context and a sourcefile. The formatting context contains +To format code you need to have a formatting context and a `SourceFile`. The formatting context contains all user settings like tab size, newline character, etc. The sourcefile is self explanatory. The end result of formatting is represented by TextChange objects which hold the new string content, and