From b3ade2a73e1e48efa7bdcd7a82e2b3efb0f9bddb Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Tue, 5 Sep 2017 15:48:44 -0500 Subject: [PATCH] Course --> Courses --- aspnetcore/data/ef-mvc/update-related-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/update-related-data.md b/aspnetcore/data/ef-mvc/update-related-data.md index 248aadabc9..38fb1a5b6b 100644 --- a/aspnetcore/data/ef-mvc/update-related-data.md +++ b/aspnetcore/data/ef-mvc/update-related-data.md @@ -83,7 +83,7 @@ In *Views/Courses/Delete.cshtml*, add a course number field at the top and chang [!code-html[Main](intro/samples/cu/Views/Courses/Delete.cshtml?highlight=14-19,36)] -In *Views/Course/Details.cshtml*, make the same change that you just did for *Delete.cshtml*. +In *Views/Courses/Details.cshtml*, make the same change that you just did for *Delete.cshtml*. ### Test the Course pages