Skip to content

Commit 6b17536

Browse files
authored
DOCSP 17943: list fix on agg page (#219)
1 parent c691f11 commit 6b17536

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/fundamentals/aggregation.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ The **aggregation pipeline** is the assembly line, **aggregation stages** are th
3333
Aggregation vs. Query Operations
3434
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3535

36-
Using query operations, such as the ``find()`` method, you can:
36+
Using query operations, such as the ``find()`` method, you can perform the following actions:
3737

38-
- select *which documents* to return
39-
- select *which fields* to return
40-
- sort the results
38+
- Select *which documents* to return.
39+
- Select *which fields* to return.
40+
- Sort the results.
4141

42-
Using aggregation operations, you can:
42+
Using aggregation operations, you can perform the following actions:
4343

44-
- perform all query operations
45-
- rename fields
46-
- calculate fields
47-
- summarize data
48-
- group values
44+
- Perform all query operations.
45+
- Rename fields.
46+
- Calculate fields.
47+
- Summarize data.
48+
- Group values.
4949

5050
Aggregation operations have some :manual:`limitations </core/aggregation-pipeline-limits/>`:
5151

0 commit comments

Comments
 (0)