Update crud.md (#5183)

Spelling Mistake
pull/5169/head^2
w0244079 2018-01-16 16:05:15 -04:00 committed by Rick Anderson
parent 7977606138
commit b38ae927dc
1 changed files with 1 additions and 1 deletions

View File

@ -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)]