From a522bb9f034579e2e9c1effbd8b95c844c8c6c9b Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Thu, 26 Apr 2018 19:50:42 -0700 Subject: [PATCH] docs: correct more typos (#23565) PR Close #23565 --- aio/content/guide/setup.md | 4 ++-- aio/content/guide/visual-studio-2015.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/setup.md b/aio/content/guide/setup.md index 98f9977230..bf3100e0b4 100644 --- a/aio/content/guide/setup.md +++ b/aio/content/guide/setup.md @@ -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. Get them now if they're not already installed on your machine. diff --git a/aio/content/guide/visual-studio-2015.md b/aio/content/guide/visual-studio-2015.md index 1e7bc3aa50..fdb137f6bf 100644 --- a/aio/content/guide/visual-studio-2015.md +++ b/aio/content/guide/visual-studio-2015.md @@ -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.