diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 32e597fadd..15e0d50092 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -1,6 +1,6 @@ # Workspace npm dependencies -The Angular Framework, Angular CLI, and components used by Angular applicatins are packaged as [npm packages](https://docs.npmjs.com/getting-started/what-is-npm "What is npm?") and distributed via the [npm registry](https://docs.npmjs.com/). +The Angular Framework, Angular CLI, and components used by Angular applications are packaged as [npm packages](https://docs.npmjs.com/getting-started/what-is-npm "What is npm?") and distributed via the [npm registry](https://docs.npmjs.com/). You can download and install these npm packages by using the [npm CLI client](https://docs.npmjs.com/cli/install), which is installed with and runs as a [Node.jsĀ®](https://nodejs.org "Nodejs.org") application. By default, the Angular CLI uses the npm client. @@ -138,4 +138,4 @@ Package name | Description For information about how the Angular CLI handles packages see the following guides: * [Building and serving](guide/build) describes how packages come together to create a development build. - * [Deployment](guide/deployment) describes how packages come together to create a production build. \ No newline at end of file + * [Deployment](guide/deployment) describes how packages come together to create a production build.