Fix line that references ASP.NET Core servers (#9382)

pull/9380/head
Luke Latham 2018-11-01 14:42:11 -05:00 committed by GitHub
parent 7a0805d6d9
commit 125029d646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ By [Tom Dykstra](https://github.com/tdykstra), [Steve Smith](https://ardalis.com
An ASP.NET Core app runs with an in-process HTTP server implementation. The server implementation listens for HTTP requests and surfaces them to the app as sets of [request features](xref:fundamentals/request-features) composed into an <xref:Microsoft.AspNetCore.Http.HttpContext>.
ASP.NET Core ships three server implementations:
ASP.NET Core ships with the following server implementations:
::: moniker range=">= aspnetcore-2.2"