From cc44a3091a212af70b82e3fba96fec387404b2a2 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Mon, 30 May 2016 01:25:04 -0700 Subject: [PATCH] Removed deprecated webroot configuration logic --- aspnet/conceptual-overview/aspnet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/conceptual-overview/aspnet.rst b/aspnet/conceptual-overview/aspnet.rst index a7a2d36da7..7566932d0b 100644 --- a/aspnet/conceptual-overview/aspnet.rst +++ b/aspnet/conceptual-overview/aspnet.rst @@ -90,7 +90,7 @@ The ASP.NET Core hosting model does not directly listen for requests, but instea Web root -------- -The Web root of your application is the root location in your project from which HTTP requests are handled (ex. handling of static file requests). The Web root of an ASP.NET Core application is configured using the "webroot" property in your project.json file. +The Web root of your application is the root location in your project from which HTTP requests are handled (ex. handling of static file requests). Configuration -------------