missing word (#6002)

"isn't present the project" -> "isn't present in the project"
pull/6006/head
Steve Smith 2018-04-17 14:32:56 -04:00 committed by Scott Addie
parent acf663cfc2
commit 9294c186b6
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ The *web.config* file configures the [ASP.NET Core Module](xref:fundamentals/ser
<Project Sdk="Microsoft.NET.Sdk.Web">
```
If a *web.config* file isn't present the project, the file is created with the correct *processPath* and *arguments* to configure the [ASP.NET Core Module](xref:fundamentals/servers/aspnet-core-module) and moved to [published output](xref:host-and-deploy/directory-structure).
If a *web.config* file isn't present in the project, the file is created with the correct *processPath* and *arguments* to configure the [ASP.NET Core Module](xref:fundamentals/servers/aspnet-core-module) and moved to [published output](xref:host-and-deploy/directory-structure).
If a *web.config* file is present in the project, the file is transformed with the correct *processPath* and *arguments* to configure the ASP.NET Core Module and moved to published output. The transformation doesn't modify IIS configuration settings in the file.