Skip to content

Commit 166f7a4

Browse files
authored
Update tutorial-v2-javascript-spa.md
1 parent 1601a5c commit 166f7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To configure the code sample before you run it, skip to the [registration step](
6969

7070
## Create the project
7171

72-
1. Make sure [Node.js](https://nodejs.org/en/download/) is installed, and then create a folder to host the application. Name the folder *sampleApp*. In this folder, an [Express](https://expressjs.com/) web server is created to serve the *index.html* file.
72+
1. Make sure that [Node.js](https://nodejs.org/en/download/) is installed, and then create a folder to host the application. Name the folder *sampleApp*. In this folder, an [Express](https://expressjs.com/) web server is created to serve the *index.html* file.
7373

7474
1. By using a terminal (such as the Visual Studio Code integrated terminal), locate the project folder and move into it. Then enter:
7575

@@ -130,7 +130,7 @@ To configure the code sample before you run it, skip to the [registration step](
130130
const morgan = require('morgan');
131131
const path = require('path');
132132

133-
//initialize Express.
133+
//Initialize Express.
134134
const app = express();
135135

136136
// Initialize variables.
@@ -327,7 +327,7 @@ Before you proceed with authentication, register the application on Azure AD:
327327

328328
1. Sign in to the [Azure portal](https://portal.azure.com/).
329329
1. Go to **Azure Active Directory**.
330-
1. On the left panel, under **Manage**, select **App registrations**. Then on the top menu bar, select **New registration**.
330+
1. On the left panel, under **Manage**, select **App registrations**. Then, on the top menu bar, select **New registration**.
331331
1. For **Name**, enter a name for the application (for example, **sampleApp**). You can change the name later if necessary.
332332
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
333333
1. In the **Redirect URI** section, select the **Web** platform from the dropdown list.

0 commit comments

Comments
 (0)