docs: Edited to remove jargon, fixed issue (#42026)

PR Close #42026
This commit is contained in:
Teri Glover 2021-05-18 17:04:23 +00:00 committed by Andrew Kushnir
parent 1710fa861c
commit 3a959152f9
1 changed files with 1 additions and 1 deletions

View File

@ -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