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 b7a6e1fef7
commit 31b96e99ff
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_
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.
This `package.json` specifies _a starter set of packages_ that work well together and

View File

@ -32,7 +32,7 @@ if they are not already on your machine.
**Verify that you are running at least Node.js version `8.x`or greater and npm version `5.x` or greater**
**Verify that you are running at least Node.js version `8.x` or greater and npm version `5.x` or greater**
by running `node -v` and `npm -v` in a terminal/console window.
Older versions produce errors, but newer versions are fine.

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.