Skip to content

Commit 39e2858

Browse files
committed
JT small fix
1 parent 21808d1 commit 39e2858

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/fundamentals/aggregation-builder.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ includes the following line in the ``require`` object:
7575
Create 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
8080
parameters for the stage. For example, you can call the ``sort()``
8181
operator 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
9798
aggregation stages:
9899

99100
- :ref:`laravel-aggregation-match-stage-example`

0 commit comments

Comments
 (0)