diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs b/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs index f380488cf5..bb0659222d 100644 --- a/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs +++ b/src/Microsoft.AspNetCore.Hosting.Abstractions/IWebHostBuilder.cs @@ -35,7 +35,7 @@ namespace Microsoft.AspNetCore.Hosting /// The delegate that configures the . /// /// The type of to configure. - /// The delegate will not execute if the type provided does not match the used by the + /// The delegate will not execute if the type provided does not match the used by the . /// /// The . /// diff --git a/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs b/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs index 93f09b6c5b..fb922a0feb 100644 --- a/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs +++ b/src/Microsoft.AspNetCore.Hosting/WebHostBuilder.cs @@ -163,7 +163,7 @@ namespace Microsoft.AspNetCore.Hosting /// The delegate that configures the . /// /// The type of to configure. - /// The delegate will not execute if the type provided does not match the used by the + /// The delegate will not execute if the type provided does not match the used by the . /// /// The . /// diff --git a/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs b/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs index 5065e399e5..213664bc80 100644 --- a/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs +++ b/src/Microsoft.AspNetCore.Hosting/WebHostBuilderExtensions.cs @@ -136,7 +136,7 @@ namespace Microsoft.AspNetCore.Hosting /// The delegate that configures the . /// /// The type of to configure. - /// The delegate will not execute if the type provided does not match the used by the + /// The delegate will not execute if the type provided does not match the used by the . /// /// The . public static IWebHostBuilder ConfigureLogging(this IWebHostBuilder hostBuilder, Action configureLogging) where T : ILoggerFactory