typo: ourse.Department -> Course.Department (#11555)

pull/11582/head
Nick Schonning 2019-03-19 10:46:24 -04:00 committed by Scott Addie
parent e68426a391
commit d0669b01be
1 changed files with 1 additions and 1 deletions

View File

@ -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)
<a name="scaffold"></a>
### Scaffold the Course model