Skip to content

Commit 0a272e0

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

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,7 +1,7 @@
11
# How does TypeScript formatting work?
22

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

66
The end result of formatting is represented by TextChange objects which hold the new string content, and
77
the text to replace it with.

0 commit comments

Comments
 (0)