Skip to content

Commit 5f5266d

Browse files
committed
small fixes
1 parent 38bc143 commit 5f5266d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/aggregation.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ it uses an aggregation pipeline that contains the following stages:
244244
2014
245245

246246
#. :manual:`$group </reference/operator/aggregation/group/>` stage to
247-
group the documents by date and calculate the total sale amount,
248-
average quantity, and total count for each group
247+
group the documents by date and calculate the total sales amount,
248+
average sales quantity, and sale count for each group
249249

250250
#. :manual:`$sort </reference/operator/aggregation/sort/>` stage to
251251
sort the results by the total sale amount for each group in descending
@@ -285,7 +285,7 @@ it uses an aggregation pipeline that contains the following stages:
285285
output a separate document for each element in the ``items.tags`` arrays
286286

287287
#. :manual:`$group </reference/operator/aggregation/group/>` stage to
288-
group the documents by the tag value and calculates the total sales
288+
group the documents by the tag value and calculate the total sales
289289
amount of items that have each tag
290290

291291
.. io-code-block::

0 commit comments

Comments
 (0)