Skip to content

Commit

Permalink
Merge pull request #3133 from tymvios/typo-correction
Browse files Browse the repository at this point in the history
Small typo correction
  • Loading branch information
patrick-rodgers authored Sep 17, 2024
2 parents 51d905a + a27b316 commit a285f55
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 a285f55

Please sign in to comment.