diff --git a/reference/mongo/mongocollection/aggregate.xml b/reference/mongo/mongocollection/aggregate.xml
index 9919e52134..6984dbcdfb 100644
--- a/reference/mongo/mongocollection/aggregate.xml
+++ b/reference/mongo/mongocollection/aggregate.xml
@@ -11,46 +11,48 @@
&reftitle.description;
publicarrayMongoCollection::aggregate
- arraypipelines
- arraypipeline
- array..
+ arraypipeline
+ arrayop
+ array...
- The MongoDB aggregation framework provides a means to calculate aggregated
- values without having to use map-reduce. While map-reduce is powerful, it is
- often more difficult than necessary for many simple aggregation tasks, such
- as totaling or averaging field values.
+ The MongoDB
+ aggregation framework
+ provides a means to calculate aggregated values without having to use
+ MapReduce. While MapReduce is powerful, it is often more difficult than
+ necessary for many simple aggregation tasks, such as totaling or averaging
+ field values.
- This method accepts both variable amount of
- pipelines, or an array of pipelines.
+ This method accepts either a variable amount of pipeline operators, or a
+ single array of operators constituting the pipeline.
&reftitle.parameters;
-
- pipelines
-
-
- An array of pipelines, or just the first part.
-
-
- pipeline
- Second array of pipes.
+ An array of pipeline operators, or just the first operator.
- ..
+ op
- More pipes...
+ The second pipeline operator.
+
+
+
+
+ ...
+
+
+ Additional pipeline operators.