File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ includes the following line in the ``require`` object:
7575Create Aggregation Stages
7676-------------------------
7777
78- To start an aggregation stage , call the ``Model::aggregate()`` method.
79- Then, chain an aggregation stage method and specify the necessary
78+ To start an aggregation pipeline , call the ``Model::aggregate()`` method.
79+ Then, chain aggregation stage methods and specify the necessary
8080parameters for the stage. For example, you can call the ``sort()``
8181operator method to build a ``$sort`` stage.
8282
@@ -90,10 +90,11 @@ to build aggregation stages:
9090
9191.. tip::
9292
93- To learn more about builder classes, see the `mongodb/mongodb-php-builder <https://github.com/mongodb/mongo-php-builder/>`__
93+ To learn more about builder classes, see the
94+ :github:`mongodb/mongodb-php-builder <mongodb/mongo-php-builder>`
9495 GitHub repository.
9596
96- This section features the following examples, which show how to use common
97+ This section features the following examples that show how to use common
9798aggregation stages:
9899
99100- :ref:`laravel-aggregation-match-stage-example`
You can’t perform that action at this time.
0 commit comments