docs: add missing preposition (#30691)
You need do nothing -> You need to do nothing PR Close #30691
This commit is contained in:
parent
875eedbfb0
commit
1b5096d5a9
|
@ -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.
|
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.
|
The `node_modules/@angular/core/` folder of any Angular application contains several `d.ts` files that describe parts of Angular.
|
||||||
|
|
||||||
**You need do nothing to get *typings* files for library packages that include `d.ts` files.
|
**You need to do nothing to get *typings* files for library packages that include `d.ts` files.
|
||||||
Angular packages include them already.**
|
Angular packages include them already.**
|
||||||
|
|
||||||
### lib.d.ts
|
### lib.d.ts
|
||||||
|
|
Loading…
Reference in New Issue