From 45eb3fc141dacc98951d1fe54042e74399fcc68b Mon Sep 17 00:00:00 2001 From: the-wazz <664687+the-wazz@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:56:44 -0500 Subject: [PATCH] Update index.md (#25245) Improved grammar. --- aspnetcore/web-api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/web-api/index.md b/aspnetcore/web-api/index.md index b749b2b14d..65178799e3 100644 --- a/aspnetcore/web-api/index.md +++ b/aspnetcore/web-api/index.md @@ -17,7 +17,7 @@ ASP.NET Core supports creating web APIs using controllers or using minimal APIs. ## ControllerBase class -A controller based web API consists of one or more controller classes that derive from . The web API project template provides a starter controller: +A controller-based web API consists of one or more controller classes that derive from . The web API project template provides a starter controller: [!code-csharp[](index/samples/6.x/Controllers/WeatherForecastController.cs?name=snippet_ControllerSignature&highlight=3)]