From d0669b01be2b5a021dedb67716feba36660bcbe4 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 19 Mar 2019 10:46:24 -0400 Subject: [PATCH] typo: ourse.Department -> Course.Department (#11555) --- 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 4bfddcf0cc..80d76eb52c 100644 --- a/aspnetcore/data/ef-rp/read-related-data.md +++ b/aspnetcore/data/ef-rp/read-related-data.md @@ -60,7 +60,7 @@ To display the name of the assigned department in a list of courses: * Get the `Name` property from the `Department` entity. * The `Department` entity comes from the `Course.Department` navigation property. -![ourse.Department](read-related-data/_static/dep-crs.png) +![Course.Department](read-related-data/_static/dep-crs.png) ### Scaffold the Course model