docs: correct more typos (#23565)

PR Close #23565
This commit is contained in:
Judy Bogart 2018-04-26 19:50:42 -07:00 committed by Igor Minar
parent 31b96e99ff
commit a522bb9f03
2 changed files with 3 additions and 3 deletions

View File

@ -305,8 +305,8 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour
[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.
NodeJS powers client development and build tools.
The _npm_ package manager, which is itself a _NodeJS_ application, installs JavaScript libraries.
Node.js powers client development and build tools.
The _npm_ package manager, which is itself a _Node.js_ application, installs JavaScript libraries.
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
Get them now</a> if they're not already installed on your machine.

View File

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