From b38ae927dc4e0fa6c44533c55e8c4535108646ba Mon Sep 17 00:00:00 2001 From: w0244079 Date: Tue, 16 Jan 2018 16:05:15 -0400 Subject: [PATCH] Update crud.md (#5183) Spelling Mistake --- aspnetcore/data/ef-rp/crud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]