Skip to content

Commit b07ed03

Browse files
authored
Fix typo in Entra ID authorities URL in XML documentation
1 parent 7d48f27 commit b07ed03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/xml/Microsoft.Identity.Client/ConfidentialClientApplicationBuilder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
</summary>
565565
<returns>To be added.</returns>
566566
<remarks>
567-
Do not use this method with Entra ID authorities (e.g. https://login.microsfoftonline.com/common).
567+
Do not use this method with Entra ID authorities (e.g. https://login.microsoftonline.com/common).
568568
Use WithAuthority(string) instead.
569569
</remarks>
570570
</Docs>

0 commit comments

Comments
 (0)