Fixing small typo in a comment (#1328)

This commit is contained in:
Steve Gordon 2018-02-06 15:57:28 +00:00 committed by Chris Ross
parent 0880111f9b
commit 8765d55f9f
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ namespace Microsoft.AspNetCore.Hosting
private void AddApplicationServices(IServiceCollection services, IServiceProvider hostingServiceProvider)
{
// We are forwarding services from hosting contrainer so hosting container
// We are forwarding services from hosting container so hosting container
// can still manage their lifetime (disposal) shared instances with application services.
// NOTE: This code overrides original services lifetime. Instances would always be singleton in
// application container.