Skip to content

Commit e5c4371

Browse files
marcelosdmjasonaden
authored andcommitted
docs(aio): fix typo in filename (packages.json --> package.json) (angular#20377)
PR Close angular#20377
1 parent 3caae94 commit e5c4371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aio/content/guide/npm-packages.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ you already have projects running on your machine that use other versions of nod
2828

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

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

35-
You will add packages to `packages.json` as your application evolves.
35+
You will add packages to `package.json` as your application evolves.
3636
You may even remove some.
3737

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

0 commit comments

Comments
 (0)