Skip to content

Commit

Permalink
docs: fix typo (#26773)
Browse files Browse the repository at this point in the history
PR Close #26773
  • Loading branch information
pickfire authored and matsko committed Oct 30, 2018
1 parent c44b932 commit e7eec2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.

Expand Down Expand Up @@ -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.
* [Deployment](guide/deployment) describes how packages come together to create a production build.

0 comments on commit e7eec2e

Please sign in to comment.