From 44fc5a7bf968b64e3631796c8f97713564691139 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 20 Jul 2016 17:18:07 -0400 Subject: [PATCH] Fixed typo speficied => specified --- .../HostingAbstractionsWebHostBuilderExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.