typo: ourse.Department -> Course.Department (#11555)
parent
e68426a391
commit
d0669b01be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue