Skip to content

Commit 5e9c597

Browse files
Typo: "graph" should be "grant"
Just a small typo - I guess too much 'graph' in this article caused the author to type 'graph' in place of 'grant'.
1 parent c45d337 commit 5e9c597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/using-microsoft-graph-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Before you start, complete the procedures in the following articles to ensure th
7070
7171
## Updating solution manifest with the needed Microsoft Graph permissions requests
7272
73-
By using SharePoint Framework, you don't needed to explicitly create Azure Active Directory applications to manage your permissions for your solutions, you can rather request the needed permissions in your solution package, and Office 365 tenant administrator can then graph the requested permissions in general for all solutions or specifically for this solution (isolated solution).
73+
By using SharePoint Framework, you don't needed to explicitly create Azure Active Directory applications to manage your permissions for your solutions, you can rather request the needed permissions in your solution package, and Office 365 tenant administrator can then grant the requested permissions in general for all solutions or specifically for this solution (isolated solution).
7474

7575
> [!NOTE]
7676
> Tenant administrators can also manage the API permissions using PowerShell cmdlets, so there's no specifically a requirement to have the permissions included in the solution package.

0 commit comments

Comments
 (0)