diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/HostingAbstractionsWebHostBuilderExtensions.cs b/src/Microsoft.AspNetCore.Hosting.Abstractions/HostingAbstractionsWebHostBuilderExtensions.cs index fdccdf9aa8..767ed9263f 100644 --- a/src/Microsoft.AspNetCore.Hosting.Abstractions/HostingAbstractionsWebHostBuilderExtensions.cs +++ b/src/Microsoft.AspNetCore.Hosting.Abstractions/HostingAbstractionsWebHostBuilderExtensions.cs @@ -146,7 +146,7 @@ namespace Microsoft.AspNetCore.Hosting } /// - /// Start the web host and listen on the speficied urls. + /// Start the web host and listen on the specified urls. /// /// The to start. /// The urls the hosted application will listen on.