Fix typo (windows -> Windows) (#17412)

pull/17414/head
Nick 2020-03-23 16:22:21 +03:00 committed by GitHub
parent 00bdd573ac
commit 9221fa2f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ An ASP.NET Core app uses an HTTP server implementation to listen for HTTP reques
ASP.NET Core provides the following server implementations:
* *Kestrel* is a cross-platform web server. Kestrel is often run in a reverse proxy configuration using [IIS](https://www.iis.net/). In ASP.NET Core 2.0 or later, Kestrel can be run as a public-facing edge server exposed directly to the Internet.
* *IIS HTTP Server* is a server for windows that uses IIS. With this server, the ASP.NET Core app and IIS run in the same process.
* *IIS HTTP Server* is a server for Windows that uses IIS. With this server, the ASP.NET Core app and IIS run in the same process.
* *HTTP.sys* is a server for Windows that isn't used with IIS.
# [macOS](#tab/macos)
@ -511,4 +511,4 @@ In Razor (*.cshtml*) files, the tilde-slash (`~/`) points to the web root. A pat
For more information, see <xref:fundamentals/static-files>.
::: moniker-end
::: moniker-end