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