Fixed typo

speficied => specified
This commit is contained in:
Steve Smith 2016-07-20 17:18:07 -04:00 committed by GitHub
parent 9a03b504ef
commit 44fc5a7bf9
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace Microsoft.AspNetCore.Hosting
}
/// <summary>
/// Start the web host and listen on the speficied urls.
/// Start the web host and listen on the specified urls.
/// </summary>
/// <param name="hostBuilder">The <see cref="IWebHostBuilder"/> to start.</param>
/// <param name="urls">The urls the hosted application will listen on.</param>