Skip to content

Commit 29daa58

Browse files
authored
delete unintentional the before how: tweaking (the) how types are added (microsoft#3297)
1 parent 8f12e5c commit 29daa58

File tree

1 file changed

+1
-1
lines changed
  • packages/tsconfig-reference/copy/en

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/en/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ This page covers all of the different options available inside a TSConfig file.
1212
- The [root fields](#Top%20Level) for letting TypeScript know what files are available
1313
- The [`compilerOptions`](#compilerOptions) fields, this is the majority of the document
1414
- The [`watchOptions`](#watchOptions) fields, for tweaking the watch mode
15-
- The [`typeAcquisition`](#typeAcquisition) fields, for tweaking the how types are added to JavaScript projects
15+
- The [`typeAcquisition`](#typeAcquisition) fields, for tweaking how types are added to JavaScript projects
1616

1717
If you are starting a TSConfig from scratch, you may want to consider using `tsc --init` to bootstrap or use a [TSConfig base](https://github.com/tsconfig/bases#centralized-recommendations-for-tsconfig-bases).

0 commit comments

Comments
 (0)