Skip to content

Commit 3c144d8

Browse files
Update src/client/Microsoft.Identity.Client/AppConfig/IMsalMtlsHttpClientFactory.cs
Co-authored-by: Gladwin Johnson <[email protected]>
1 parent f4f55d1 commit 3c144d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Microsoft.Identity.Client/AppConfig/IMsalMtlsHttpClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.Identity.Client
88
{
99
/// <summary>
1010
/// A factory responsible for creating HttpClient instances configured for mutual TLS (mTLS).
11-
/// This factory is intended for use to secure communication with Azure AD using MTLS.
11+
/// This factory is intended for use to secure communication with Azure AD using mTLS.
1212
/// For more details on HttpClient instancing, see https://learn.microsoft.com/dotnet/api/system.net.http.httpclient?view=net-7.0#instancing.
1313
/// </summary>
1414
/// <remarks>

0 commit comments

Comments
 (0)