Skip to content

Commit 3f9395b

Browse files
ortaandrewbranch
andauthored
Update src/services/formatting/README.md
Co-Authored-By: Andrew Branch <[email protected]>
1 parent ba4aad7 commit 3f9395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/formatting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How does TypeScript formatting work?
22

3-
To format code you need to have a formatting context and a sourcefile. The formatting context contains
3+
To format code you need to have a formatting context and a `SourceFile`. The formatting context contains
44
all user settings like tab size, newline character, etc. The sourcefile is self explanatory.
55

66
The end result of formatting is represented by TextChange objects which hold the new string content, and

0 commit comments

Comments
 (0)