From 3c24eb8c4234200050fc30bf5eb9fedce729e46d Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Thu, 28 Sep 2017 10:22:19 -0500 Subject: [PATCH] React to feedback --- aspnetcore/mvc/razor-pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/razor-pages/index.md b/aspnetcore/mvc/razor-pages/index.md index c1af46c2d2..7e28a822e4 100644 --- a/aspnetcore/mvc/razor-pages/index.md +++ b/aspnetcore/mvc/razor-pages/index.md @@ -171,7 +171,7 @@ The *Index.cshtml* file also contains markup to create a delete button for each [!code-cshtml[main](index/sample/RazorPagesContacts/Pages/Index.cshtml?range=22-23)] -When the delete button is rendered in HTML, it's `formaction` includes parameters for: +When the delete button is rendered in HTML, its `formaction` includes parameters for: * The customer contact ID specified by the `asp-route-id` attribute. * The `handler` specified by the `asp-page-handler` attribute.