Skip to content

Commit 531664d

Browse files
hamiltonhammacy
andauthored
Update articles/active-directory/develop/tutorial-v2-javascript-auth-code.md
Co-Authored-By: Marsh Macy <[email protected]>
1 parent df7b666 commit 531664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Make sure you have [Node.js](https://nodejs.org/en/download/) installed, and the
119119
// Start the server.
120120
app.listen(port);
121121
console.log(`Listening on port ${port}...`);
122-
```
122+
```
123123

124124
You now have a simple server to serve your SPA. The intended folder structure at the end of this tutorial is as follows:
125125

0 commit comments

Comments
 (0)