File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
486486Click the :guilabel:`{+code-output-label+}` button to see the data returned by
You can’t perform that action at this time.
0 commit comments