diff --git a/aspnetcore/fundamentals/index.md b/aspnetcore/fundamentals/index.md index fde69a1fd1..a80f18e986 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -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 . -::: moniker-end \ No newline at end of file +::: moniker-end