Skip to content

Commit

Permalink
JT small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Feb 25, 2025
1 parent 21808d1 commit 39e2858
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/fundamentals/aggregation-builder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ includes the following line in the ``require`` object:
Create Aggregation Stages
-------------------------

To start an aggregation stage, call the ``Model::aggregate()`` method.
Then, chain an aggregation stage method and specify the necessary
To start an aggregation pipeline, call the ``Model::aggregate()`` method.
Then, chain aggregation stage methods and specify the necessary
parameters for the stage. For example, you can call the ``sort()``
operator method to build a ``$sort`` stage.

Expand All @@ -90,10 +90,11 @@ to build aggregation stages:

.. tip::

To learn more about builder classes, see the `mongodb/mongodb-php-builder <https://github.com/mongodb/mongo-php-builder/>`__
To learn more about builder classes, see the
:github:`mongodb/mongodb-php-builder <mongodb/mongo-php-builder>`
GitHub repository.

This section features the following examples, which show how to use common
This section features the following examples that show how to use common
aggregation stages:

- :ref:`laravel-aggregation-match-stage-example`
Expand Down

0 comments on commit 39e2858

Please sign in to comment.