Skip to content

Commit 94a3934

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
quick fixes for title and typo
1 parent e9d38a6 commit 94a3934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/active-directory/develop/migrate-objc-adal-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ There are two ways to provide scopes in MSAL:
7171

7272
* Provide a list of all the permissions your apps needs. For example:
7373

74-
`@[@"https://graph.microsot.com/directory.read", @"https://graph.microsoft.com/directory.write"]`
74+
`@[@"https://graph.microsoft.com/directory.read", @"https://graph.microsoft.com/directory.write"]`
7575

7676
In this case, the app requests the `directory.read` and `directory.write` permissions. The user will be asked to consent for those permissions if they haven't consented to them before for this app. The application might also receive additional permissions that the user has already consented to for the application. The user will only be prompted to consent for new permissions, or permissions that haven't been granted.
7777

articles/active-directory/develop/msal-js-known-issues-ie-edge-browsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Known issues on browsers (Microsoft Authentication Library for JavaScript)
2+
title: Known issues on Internet Explorer and Microsoft Edge (MSAL for JavaScript)
33
titleSuffix: Microsoft identity platform
44
description: Learn about know issues when using the Microsoft Authentication Library for JavaScript (MSAL.js) with Internet Explorer and Microsoft Edge browsers.
55
services: active-directory

articles/active-directory/develop/msal-js-known-issues-safari-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Known issues on browsers (Microsoft Authentication Library for JavaScript)
2+
title: Known issues on Safari browser (MSAL for JavaScript)
33
titleSuffix: Microsoft identity platform
44
description: Learn about know issues when using the Microsoft Authentication Library for JavaScript (MSAL.js) with Safari browser.
55
services: active-directory

0 commit comments

Comments
 (0)