From 47c00dff0423f19b1f5740849f0b037cc66ae4fb Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 12 Dec 2017 12:54:41 -1000 Subject: [PATCH] Update hosting.md (#4973) Fixes #4971 --- aspnetcore/fundamentals/hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/hosting.md b/aspnetcore/fundamentals/hosting.md index 7b4e3a90b0..ffaab08abb 100644 --- a/aspnetcore/fundamentals/hosting.md +++ b/aspnetcore/fundamentals/hosting.md @@ -249,7 +249,7 @@ This feature is unavailable in ASP.NET Core 1.x. ### Prevent Hosting Startup -Prevents the automatic loading of hosting startup assemblies, including the app's assembly. +Prevents the automatic loading of hosting startup assemblies, including hosting startup assemblies configured by the app's assembly. **Key**: preventHostingStartup **Type**: *bool* (`true` or `1`)