Skip to content

Commit 04d0f2b

Browse files
authored
title correction for example code
------- cc: @OwenRichards1
1 parent 4544ed4 commit 04d0f2b

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)