Skip to content

Commit 2ff9d57

Browse files
Merge pull request #224574 from derisen/patch-20
title correction for example code
2 parents 88785a7 + 04d0f2b commit 2ff9d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-compare-msal-js-and-adal-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Once your changes are done, run the app and test your authentication scenario:
304304
npm start
305305
```
306306

307-
## Example: Securing web apps with ADAL Node vs. MSAL Node
307+
## Example: Securing a SPA with ADAL.js vs. MSAL.js
308308

309309
The snippets below demonstrates the minimal code required for a single-page application authenticating users with the Microsoft identity platform and getting an access token for Microsoft Graph using first ADAL.js and then MSAL.js:
310310

0 commit comments

Comments
 (0)