Skip to content

Commit 0c2bb74

Browse files
authored
Merge pull request #19 from Meg528/patch-11
Update 5-combining-them-all.mdx
2 parents 2cb350d + 9849f7b commit 0c2bb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-simple-queries/5-combining-them-all.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ db.books.aggregate([
3333
</Tabs>
3434

3535

36-
👐 Get 15 books from 1985 with 150 pages. Show only the `title`, `year`, `totalInventory` and `available` books. If you don't remember which fields we have, you can refer to [the sample document](/docs/simple-queries/project).
36+
👐 Get 15 books from 1985 with 150 pages. Show only the `title`, `year`, `totalInventory`, and `available` books. If you don't remember which fields we have, you can refer to [the sample document](/docs/simple-queries/project).
3737

3838
<details>
3939
<summary>Answer</summary>

0 commit comments

Comments
 (0)