From 8888ed323d2ad6d583b8e0ad4f11a49640840e07 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Tue, 16 Oct 2018 04:26:41 +0530 Subject: [PATCH] fix typo (#9034) --- aspnetcore/data/ef-rp/read-related-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/data/ef-rp/read-related-data.md b/aspnetcore/data/ef-rp/read-related-data.md index 846044abc1..bfe9c5057f 100644 --- a/aspnetcore/data/ef-rp/read-related-data.md +++ b/aspnetcore/data/ef-rp/read-related-data.md @@ -50,7 +50,7 @@ There are several ways that EF Core can load related data into the navigation pr * The `Select` operator loads only the related data needed. -## Create a Courses page that displays department name +## Create a Course page that displays department name The Course entity includes a navigation property that contains the `Department` entity. The `Department` entity contains the department that the course is assigned to.