Skip to content

Commit

Permalink
Small typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tymvios authored Sep 17, 2024
1 parent 51d905a commit a27b316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/msaljsclient/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a27b316

Please sign in to comment.