From a217702b3b538672c547164278d106fcab4d4729 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 24 Apr 2017 14:11:22 -0700 Subject: [PATCH] fix typo (#3271) --- aspnetcore/data/ef-mvc/read-related-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-mvc/read-related-data.md b/aspnetcore/data/ef-mvc/read-related-data.md index 8c39acc070..385f290a79 100644 --- a/aspnetcore/data/ef-mvc/read-related-data.md +++ b/aspnetcore/data/ef-mvc/read-related-data.md @@ -161,7 +161,7 @@ Next, if a course was selected, the selected course is retrieved from the list o ### Modify the Instructor Index view -In *Views/Instructor/Index.cshtml*, replace the template code with the following code. The changes are highlighted. +In *Views/Instructors/Index.cshtml*, replace the template code with the following code. The changes are highlighted. [!code-html[](intro/samples/cu/Views/Instructors/Index1.cshtml?range=1-64&highlight=1,3-7,18-19,41-54,56)]