Fixing small typo in a comment (#1328)
This commit is contained in:
parent
0880111f9b
commit
8765d55f9f
|
|
@ -339,7 +339,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
|
|
||||||
private void AddApplicationServices(IServiceCollection services, IServiceProvider hostingServiceProvider)
|
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.
|
// can still manage their lifetime (disposal) shared instances with application services.
|
||||||
// NOTE: This code overrides original services lifetime. Instances would always be singleton in
|
// NOTE: This code overrides original services lifetime. Instances would always be singleton in
|
||||||
// application container.
|
// application container.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue