Skip to content

Commit 36b0754

Browse files
Merge pull request #684 from timheuer/patch-2
Fix typo in Entra ID authorities URL in XML documentation
2 parents 7d48f27 + b07ed03 commit 36b0754

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)