From af7cf18c285f7f26a0875691ba320c3a5f5b3392 Mon Sep 17 00:00:00 2001
From: m-hanisch <110677796+m-hanisch@users.noreply.github.com>
Date: Wed, 24 Apr 2024 09:35:41 +0200
Subject: [PATCH] fixed typo in Graph Application permissions Sites.Read.All
fixed typo in Graph Application permissions
missing "L" at the end of Sites.Read.All
---
docs/addinsacs/requirements.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/addinsacs/requirements.md b/docs/addinsacs/requirements.md
index f50c580..b7b446d 100644
--- a/docs/addinsacs/requirements.md
+++ b/docs/addinsacs/requirements.md
@@ -8,7 +8,7 @@ When using the SharePoint Add-In and Azure ACS module of the Microsoft 365 Asses
Authentication | Minimal
---------------| -------
-Application | **Graph:** Sites.Read.Al, Application.Read.All
**SharePoint:** Sites.Read.All
+Application | **Graph:** Sites.Read.All, Application.Read.All
**SharePoint:** Sites.Read.All
Delegated | **Graph:** Sites.Read.All, Application.Read.All, User.Read
**SharePoint:** AllSites.Read
> [!Important]