diff --git a/source/reference/aggregation.txt b/source/reference/aggregation.txt index fd1940169cf..ce3ec374f45 100644 --- a/source/reference/aggregation.txt +++ b/source/reference/aggregation.txt @@ -14,7 +14,7 @@ form as "regular" MongoDB database queries. These aggregation operations are all accessible by way of the :mongodb:method:`~db.collection.aggregate()` method. While all examples in this document use this method, :mongodb:method:`~db.collection.aggregate()` is merely a wrapper around the -:term:`database command`\ :mongodb:dbcommand:`aggregate`. The +:term:`database command` :mongodb:dbcommand:`aggregate`. The following prototype aggregation operations are equivalent: .. code-block:: javascript