diff --git a/aspnetcore/data/ef-rp/concurrency.md b/aspnetcore/data/ef-rp/concurrency.md index e04f5dbe7c..8af766be5c 100644 --- a/aspnetcore/data/ef-rp/concurrency.md +++ b/aspnetcore/data/ef-rp/concurrency.md @@ -196,7 +196,7 @@ The following code gets the client values (the values posted to this method) and [!code-csharp[](intro/samples/cu/Pages/Departments/Edit.cshtml.cs?name=snippet_try&highlight=9,18)] -The follwing code adds a custom error message for each column that has DB values different from what was posted to `OnPostAsync`: +The following code adds a custom error message for each column that has DB values different from what was posted to `OnPostAsync`: [!code-csharp[](intro/samples/cu/Pages/Departments/Edit.cshtml.cs?name=snippet_err)]