We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6488214 + 9e31f52 commit a25b97aCopy full SHA for a25b97a
docs/70-grouping/group.mdx
@@ -11,7 +11,7 @@ db.books.aggregate([
11
])
12
```
13
14
-Here, we group by book's `year` (the _id of the grouping), and then we create a new field called `totalPages` that's the sum of all pages.
+Here, we group by the book's `year` (the _id of the grouping), and then we create a new field called `totalPages` that's the sum of all pages.
15
16
👐 Can you get the results ordered ascending by year?
17
@@ -49,7 +49,7 @@ db.books.aggregate([
49
</div>
50
</details>
51
52
-👐 Which year had the most printed out pages?
+👐 Which year had the most printed-out pages?
53
54
<details>
55
<summary>Answer</summary>
@@ -66,4 +66,4 @@ db.books.aggregate([
66
67
68
69
-</details>
+</details>
0 commit comments