diff --git a/aspnetcore/fundamentals/servers/index.md b/aspnetcore/fundamentals/servers/index.md index 99d98b6083..a47b20d6a1 100644 --- a/aspnetcore/fundamentals/servers/index.md +++ b/aspnetcore/fundamentals/servers/index.md @@ -16,7 +16,7 @@ An ASP.NET Core app runs with an in-process HTTP server implementation. The serv ## Kestrel -Kestrel is the default web server included in ASP.NET Core project templates. +Kestrel is the default web server specified by the ASP.NET Core project templates. Use Kestrel: