diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index b2aef7e..12ff97b 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -2,7 +2,7 @@ The Web SPA application currently builds just fine while building the Docker images with docker-compose. -You only need to go through this article if you want to run it locally with Visual Studio, to build the required JavaScript code and dependencies. +**You only need to go through this article if you want to run it locally with Visual Studio, to build the required JavaScript code and dependencies.** ## Requirements and set up @@ -27,7 +27,7 @@ This step is only required if you are also using the full Visual Studio 2017. NPM (just installed by you) will be usually installed under this path: **C:\Program Files\nodejs**. -You might to update that path in Visual Studio under the "External Web Tools" location paths, as shown below: +You might need to update that path in Visual Studio under the "External Web Tools" location paths, as shown below: ![](img/spa/vs-tools-path-custom-node.png)