Skip to content

Commit 401230c

Browse files
Bill Blissnmetulev
authored andcommitted
Fix closing tag typo (#83)
1 parent f2ab4bd commit 401230c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers/msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Initializing the Msal provider in HTML is the simplest method to create a new pr
2222
```html
2323
<mgt-msal-provider client-id="<YOUR_CLIENT_ID>"
2424
login-type="redirect/popup"
25-
authority=""></mgt-teams-provider>
25+
authority=""></mgt-msal-provider>
2626
```
2727

2828
> NOTE: `login-type` and `authority` are optional.

0 commit comments

Comments
 (0)