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.
2 parents 61f80fd + 66d9ae1 commit ce07872Copy full SHA for ce07872
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