We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8bbb9 commit 66d9ae1Copy full SHA for 66d9ae1
source/reference/aggregation.txt
@@ -103,7 +103,7 @@ are supported:
103
To construct a pipeline, call the corresponding aggregation pipeline methods
104
on a ``Criteria`` instance. Aggregation pipeline operations are added to the
105
``pipeline`` attribute of the ``Criteria`` instance. To execute the pipeline,
106
-pass the ``pipeline`` attribute value to ``Collection#aggragegate`` method.
+pass the ``pipeline`` attribute value to ``Collection#aggregate`` method.
107
108
For example, given the following models:
109
0 commit comments