From 40f5ab707adac6c94855ea7c7f1ad05ef107da52 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sat, 6 Jan 2018 09:17:17 -1000 Subject: [PATCH] Update concurrency.md --- aspnetcore/data/ef-rp/concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-rp/concurrency.md b/aspnetcore/data/ef-rp/concurrency.md index 7b6820d88b..4dd0b310f5 100644 --- a/aspnetcore/data/ef-rp/concurrency.md +++ b/aspnetcore/data/ef-rp/concurrency.md @@ -300,7 +300,7 @@ The browser shows the Index page with the changed value and updated rowVersion i Delete the test department from the second tab. A concurrency error is display with the current values from the DB. Clicking **Delete** deletes the entity, unless `RowVersion` has been updated.department has been deleted. -See [Inheritance](xref:data/ef-mvc/inheritance) for instruction on how to inheritance in the data model. +See [Inheritance](xref:data/ef-mvc/inheritance) on how to inherit a data model. ### Additional resources