Update read-related-data.md (#5650)

pull/5654/head
Gabriel De La Parra 2018-03-11 13:53:19 -03:00 committed by Luke Latham
parent f4a315038f
commit ceed96f75b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ There are several ways that EF Core can load related data into the navigation pr
![Eager loading example](read-related-data/_static/eager-loading.png)
Eager loading sends multiple queries when a collection nvavigation is included:
Eager loading sends multiple queries when a collection navigation is included:
* One query for the main query
* One query for each collection "edge" in the load tree.