diff --git a/aspnetcore/data/ef-rp/crud.md b/aspnetcore/data/ef-rp/crud.md index f4d2701fb7..f196a553a1 100644 --- a/aspnetcore/data/ef-rp/crud.md +++ b/aspnetcore/data/ef-rp/crud.md @@ -198,7 +198,7 @@ In a web app, the `DbContext` that reads an entity and displays the data is disp ## Update the Delete page -In this section, code is added to implement a custom error message when the call to `SaveChanges` fails. Add a string to contain possile error messages: +In this section, code is added to implement a custom error message when the call to `SaveChanges` fails. Add a string to contain possible error messages: [!code-csharp[Main](intro/samples/cu/Pages/Students/Delete.cshtml.cs?name=snippet1&highlight=12)]