docs: correct typos (#23565)

PR Close #23565
This commit is contained in:
Judy Bogart 2018-04-26 16:38:23 -07:00 committed by Igor Minar
parent a30c57090a
commit ee7cb48877
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ you already have projects running on your machine that use other versions of Nod
## _package.json_ ## _package.json_
Both `node` and `yarn` install packages are identified in a [**package.json**](https://docs.npmjs.com/files/package.json) file. Both `npm` and `yarn` install packages that are identified in a [**package.json**](https://docs.npmjs.com/files/package.json) file.
The CLI `ng new` command creates a default `package.json` file for your project. 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 This `package.json` specifies _a starter set of packages_ that work well together and

View File

@ -301,7 +301,7 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour
## Appendix: NodeJS and NPM ## Appendix: Node.js and npm
[Node.js](https://nodejs.org/en/) and the [npm](https://www.npmjs.com/) package manager are essential to modern web development with Angular and other platforms. [Node.js](https://nodejs.org/en/) and the [npm](https://www.npmjs.com/) package manager are essential to modern web development with Angular and other platforms.