From a27b316ede2167fdb78399b29a0ea4291a7f0666 Mon Sep 17 00:00:00 2001 From: George Tymvios <124565319+tymvios@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:03:19 +0300 Subject: [PATCH] Small typo correction --- docs/msaljsclient/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/msaljsclient/index.md b/docs/msaljsclient/index.md index c4a510fdd..93ac551b8 100644 --- a/docs/msaljsclient/index.md +++ b/docs/msaljsclient/index.md @@ -22,7 +22,7 @@ import "@pnp/sp/site-users/web"; const options: MSALOptions = { configuration: { auth: { - authority: "https://login.microsoftonline.com/{tanent_id}/", + authority: "https://login.microsoftonline.com/{tenant_id}/", clientId: "{client id}", }, cache: {