docs: change wording for more clarity in TypeScript Configuration guide (#30748)
"You need to do nothing" indicates the presence of an action (the action of doing nothing) while the goal is to tell the user that no action is required from them. I think "You don’t need to do anything" is better suitable in this context. PR Close #30748
This commit is contained in:
parent
82682bb93f
commit
1a98d51f98
|
@ -106,7 +106,7 @@ Many libraries include definition files in their npm packages where both the Typ
|
|||
can find them. Angular is one such library.
|
||||
The `node_modules/@angular/core/` folder of any Angular application contains several `d.ts` files that describe parts of Angular.
|
||||
|
||||
**You need to do nothing to get *typings* files for library packages that include `d.ts` files.
|
||||
**You don't need to do anything to get *typings* files for library packages that include `d.ts` files.
|
||||
Angular packages include them already.**
|
||||
|
||||
### lib.d.ts
|
||||
|
|
Loading…
Reference in New Issue