From 3f2a123d3595ce4eebff692be3722210381b42f5 Mon Sep 17 00:00:00 2001 From: Bader Nasser Al-Hashmi Date: Tue, 5 Sep 2017 18:32:26 +0400 Subject: [PATCH] Add a comma for better readability (#4181) --- aspnetcore/data/ef-mvc/concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/concurrency.md b/aspnetcore/data/ef-mvc/concurrency.md index ccaa5bc646..697d2e2364 100644 --- a/aspnetcore/data/ef-mvc/concurrency.md +++ b/aspnetcore/data/ef-mvc/concurrency.md @@ -128,7 +128,7 @@ Replace the code in *Views/Departments/Index.cshtml* with the following code. [!code-html[Main](intro/samples/cu/Views/Departments/Index.cshtml?highlight=4,7,44)] -This changes the heading to "Departments" deletes the RowVersion column, and shows full name instead of first name for the administrator. +This changes the heading to "Departments", deletes the RowVersion column, and shows full name instead of first name for the administrator. ## Update the Edit methods in the Departments controller