From 1a98d51f98434a9758a911ccd389bae2c9b7605b Mon Sep 17 00:00:00 2001 From: Amadou Sall Date: Thu, 30 May 2019 13:37:54 +0200 Subject: [PATCH] docs: change wording for more clarity in TypeScript Configuration guide (#30748) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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 --- 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 61f5c3d0dd..172ab7248c 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 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