From a8619e086d7dc12af22d68634c8b0db53502854f Mon Sep 17 00:00:00 2001 From: Bader Nasser Al-Hashmi Date: Wed, 6 Sep 2017 01:04:52 +0400 Subject: [PATCH] Minor tweak in ef-mvc tutorial (#4187) --- 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 ef605d3e87..bc962979cb 100644 --- a/aspnetcore/data/ef-mvc/concurrency.md +++ b/aspnetcore/data/ef-mvc/concurrency.md @@ -247,7 +247,7 @@ This makes the following changes: * Adds an error message between the `h2` and `h3` headings. -* Replaces LastName with FullName in the **Administrator** field. +* Replaces FirstMidName with FullName in the **Administrator** field. * Removes the RowVersion field.