diff --git a/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs b/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs index 8939dfbcc..f8eaf82dc 100644 --- a/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs +++ b/src/Microsoft.Identity.Web.TokenAcquisition/MicrosoftIdentityAppCallingWebApiAuthenticationBuilder.cs @@ -33,7 +33,7 @@ internal MicrosoftIdentityAppCallsWebApiAuthenticationBuilder( /// /// to configure. /// to configure. - /// the service collection. + /// The authentication builder to chain. public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCaches( Action? configureOptions = null, Action? memoryCacheOptions = null) @@ -62,7 +62,7 @@ public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddInMemoryTokenCach /// /// Add distributed token caches. /// - /// the service collection. + /// The authentication builder to chain. public MicrosoftIdentityAppCallsWebApiAuthenticationBuilder AddDistributedTokenCaches() { Services.AddDistributedTokenCaches();