Skip to content

Commit 9849f7b

Browse files
authored
Update 5-combining-them-all.mdx
1 parent ac67fd2 commit 9849f7b

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)