Skip to content

Commit 2100e68

Browse files
authored
Merge pull request #101360 from NoamTD/patch-1
Some grammar improvements in scopes-oidc.md
2 parents f91e33f + 8486831 commit 2100e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scopes-oidc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The Microsoft identity platform implements the [OAuth 2.0](active-directory-v2-p
1919

2020
In this article, you'll learn about scopes and permissions in the identity platform.
2121

22-
The following list shows are some examples of Microsoft web-hosted resources:
22+
The following list shows some examples of Microsoft web-hosted resources:
2323

2424
- Microsoft Graph: `https://graph.microsoft.com`
2525
- Microsoft 365 Mail API: `https://outlook.office.com`
2626
- Azure Key Vault: `https://vault.azure.net`
2727

28-
The same is true for any third-party resources that have integrated with the Microsoft identity platform. Any of these resources also can define a set of permissions that can be used to divide the functionality of that resource into smaller chunks. As an example, [Microsoft Graph](https://graph.microsoft.com) has defined permissions to do the following tasks, among others:
28+
The same is true for any third-party resources that have integrated with the Microsoft identity platform. Any of these resources can also define a set of permissions that can be used to divide the functionality of that resource into smaller chunks. As an example, [Microsoft Graph](https://graph.microsoft.com) has defined permissions to do the following tasks, among others:
2929

3030
- Read a user's calendar
3131
- Write to a user's calendar

0 commit comments

Comments
 (0)