Skip to content

Commit f8f12ee

Browse files
authored
Update overview.md
1 parent d7f250e commit f8f12ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs2/pages/getting-started/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ Filter query with predicate at global, instance or query level.
7777

7878
Query Future allow to reduce database roundtrip by batching multiple queries in the same sql command.
7979

80-
All future query are stored in a pending list. When the first future query require a database roundtrip, all query are resolved in the same sql command instead of making a database roundtrip for every sql command.
80+
All future queries are stored in a pending list. When the first future query requires a database roundtrip, all queries are resolved in the same sql command instead of making a database roundtrip for every sql command.
8181

8282
### Query IncludeFilter
8383

8484
Entity Framework already support eager loading however the major drawback is you cannot control what will be included. There is no way to load only active item or load only the first 10 comments.
8585

8686
### Query IncludeOptimized
8787

88-
Improve SQL generate by Include and filter child collections at the same times!
88+
Improves SQL generated by Include and filter child collections at the same time!
8989

9090
[Learn more](/tutorial-query)
9191

0 commit comments

Comments
 (0)