<!-- Before we get started, you can submit fixes for these as all (English) docs are inside this repo in markdown format in ./packages/documentation/copy/en/* Reports are appreciated too though, especially if it seems controversial. --> <!-- Issue Report --> **Page URL:** <!-- Where can we find the wrong docs? --> https://www.typescriptlang.org/tsconfig#listFiles **Issue:** <!-- What is wrong with it? --> The first line has improper grammar: > Print names of files part of the compilation. **Recommended Fix:** <!-- How should we fix it? --> Either: 1. Fix that sentence to have proper grammar: > Print names of files **that are** part of the compilation. 2. Copy text from `--listFiles` on the [tsc CLI Options page](https://www.typescriptlang.org/docs/handbook/compiler-options.html) (maybe these should be synced anyways): > Print all of the files read during the compilation.