Skip to content

Commit ce07872

Browse files
authored
Merge pull request #37 from AlvesJorge/master
Fix typo "aggragegate"
2 parents 61f80fd + 66d9ae1 commit ce07872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ are supported:
103103
To construct a pipeline, call the corresponding aggregation pipeline methods
104104
on a ``Criteria`` instance. Aggregation pipeline operations are added to the
105105
``pipeline`` attribute of the ``Criteria`` instance. To execute the pipeline,
106-
pass the ``pipeline`` attribute value to ``Collection#aggragegate`` method.
106+
pass the ``pipeline`` attribute value to ``Collection#aggregate`` method.
107107

108108
For example, given the following models:
109109

0 commit comments

Comments
 (0)