Skip to content

Commit

Permalink
docs(aio): fix typo in filename (packages.json --> package.json) (#20377
Browse files Browse the repository at this point in the history
)

PR Close #20377
  • Loading branch information
marcelosdm authored and jasonaden committed Nov 14, 2017
1 parent 96766f7 commit 210ff78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aio/content/guide/npm-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ you already have projects running on your machine that use other versions of nod

Both `npm` and `yarn` install packages identified in a [**package.json**](https://docs.npmjs.com/files/package.json) file.

The CLI `ng new` command creates a default `packages.json` file for your project.
This `packages.json` specifies _a starter set of packages_ that work well together and
The CLI `ng new` command creates a default `package.json` file for your project.
This `package.json` specifies _a starter set of packages_ that work well together and
jointly support many common application scenarios.

You will add packages to `packages.json` as your application evolves.
You will add packages to `package.json` as your application evolves.
You may even remove some.

This guide focuses on the most important packages in the starter set.
Expand Down

0 comments on commit 210ff78

Please sign in to comment.