diff --git a/docs/tsconfig.md b/docs/tsconfig.md index e25e27a87..7cf72efd9 100644 --- a/docs/tsconfig.md +++ b/docs/tsconfig.md @@ -48,7 +48,7 @@ Note: `files` is kept up to date by expansion of `filesGlob`. } ``` ### formatCodeOptions -We pass these to the TypeScript language service as code formatting options. +These are used when you request the IDE to format TypeScript code. ```json {