Skip to content

Commit 493b4a0

Browse files
authored
Update tutorial-v2-javascript-auth-code.md
1 parent 95aa7eb commit 493b4a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/active-directory/develop/tutorial-v2-javascript-auth-code.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ npm init -y
7878
npm install @azure/msal-Browser
7979
npm install express
8080
```
81-
82-
1. Next, create a .js file named *server.js*, and then add the following code:
81+
2. Next, create a .js file named *server.js*, and then add the following code:
8382

8483
```JavaScript
8584
const express = require('express');

0 commit comments

Comments
 (0)