Skip to content

Commit d35a14b

Browse files
committed
minor fix: aggregate -> aggregate command
1 parent 4007e7f commit d35a14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/release-notes/2.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Aggregation Framework
109109

110110
The aggregation framework makes it possible to do aggregation
111111
operations without needing to use :term:`map-reduce`. The
112-
:dbcommand:`aggregate` exposes the aggregation framework, and the
112+
:dbcommand:`aggregate` command exposes the aggregation framework, and the
113113
:func:`db.collection.aggregate()` helper in the :program:`mongo` shell
114114
provides an interface to these operations. Consider the following
115115
resources for background on the aggregation framework and its use:

0 commit comments

Comments
 (0)