From 3a959152f992dbe550ddf4983cc1d1959a202d3d Mon Sep 17 00:00:00 2001 From: Teri Glover Date: Tue, 18 May 2021 17:04:23 +0000 Subject: [PATCH] docs: Edited to remove jargon, fixed issue (#42026) PR Close #42026 --- aio/content/guide/using-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/using-libraries.md b/aio/content/guide/using-libraries.md index 1e8b71bc5d..30910a1322 100644 --- a/aio/content/guide/using-libraries.md +++ b/aio/content/guide/using-libraries.md @@ -11,7 +11,7 @@ To integrate reusable library code into an application, you need to install the The `ng add` command uses a package manager such as [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) to install the library package, and invokes schematics that are included in the package to other scaffolding within the project code, such as adding import statements, fonts, and themes. A published library typically provides a README or other documentation on how to add that lib to your application. -For an example, see the [Angular Material](https://material.angular.io/) documents. +For an example, see the [Angular Material](https://material.angular.io/) documentation. ### Library typings