From 1b5096d5a9e59b04d9cd198b0a289a062ebbd8f3 Mon Sep 17 00:00:00 2001 From: Amadou Sall Date: Mon, 27 May 2019 21:20:30 +0200 Subject: [PATCH] docs: add missing preposition (#30691) You need do nothing -> You need to do nothing PR Close #30691 --- aio/content/guide/typescript-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/typescript-configuration.md b/aio/content/guide/typescript-configuration.md index 1cfb5fcc72..61f5c3d0dd 100644 --- a/aio/content/guide/typescript-configuration.md +++ b/aio/content/guide/typescript-configuration.md @@ -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 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.** ### lib.d.ts