Skip to content

Commit 21808d1

Browse files
committed
MW PR fixes 1
1 parent ce0278b commit 21808d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/fundamentals/aggregation-builder.txt

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

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

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

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

486486
Click the :guilabel:`{+code-output-label+}` button to see the data returned by

0 commit comments

Comments
 (0)