Merge pull request #821 from ardalis/patch-1

Fixed typo
This commit is contained in:
David Fowler 2016-07-20 23:41:28 -07:00 committed by GitHub
commit 93130dd4a1
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>