diff --git a/packages/handbook-v1/en/Compiler Options.md b/packages/handbook-v1/en/Compiler Options.md index 41018c0c3d1a..534386708c75 100644 --- a/packages/handbook-v1/en/Compiler Options.md +++ b/packages/handbook-v1/en/Compiler Options.md @@ -124,7 +124,7 @@ Option | Type | Default `--types` | `string[]`| | List of names of type definitions to include. See [@types, --typeRoots and --types](/docs/handbook/tsconfig-json.html#types-typeroots-and-types) for more details. `--typeRoots` | `string[]`| | List of folders to include type definitions from. See [@types, --typeRoots and --types](/docs/handbook/tsconfig-json.html#types-typeroots-and-types) for more details. `--version`
`-v` | | | Print the compiler's version. -`--watch`
`-w` | | | Run the compiler in watch mode. Watch input files and trigger recompilation on changes. The implementation of watching files and directories can be configured using environment variable. See [configuring watch](/docs/handbook/configuring-watch.html for more details. +`--watch`
`-w` | | | Run the compiler in watch mode. Watch input files and trigger recompilation on changes. The implementation of watching files and directories can be configured using environment variable. See [configuring watch](/docs/handbook/configuring-watch.html) for more details. - [1] These options are experimental. - [2] These options are only allowed in `tsconfig.json`, and not through command-line switches.