Typo - Update 103-lazy-eager-explicit-loading.md

pull/5352/head
Abderrahmane Larchi 7 months ago committed by GitHub
parent c3a61e7f34
commit 00df91f30d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md

@ -2,7 +2,7 @@
## Eager Loading
Eager Loading helps you to load all your needed entities at once; i.e., all your child entities will be loaded at single database call. This can be achieved, using the Include method, which returs the related entities as a part of the query and a large amount of data is loaded at once.
Eager Loading helps you to load all your needed entities at once; i.e., all your child entities will be loaded at single database call. This can be achieved, using the Include method, which returns the related entities as a part of the query and a large amount of data is loaded at once.
## Lazy Loading

Loading…
Cancel
Save