Skip to content

Commit bb4aba3

Browse files
committed
Fix misspellings of "pipeline"
1 parent f5ee7e2 commit bb4aba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/applications/aggregation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ documents.
5555
All pipeline operators process a stream of documents and the
5656
pipeline behaves as if the operation scans a :term:`collection` and
5757
passes all matching documents into the "top" of the pipeline.
58-
Each operator in the pipleine transforms each document as it passes
58+
Each operator in the pipeline transforms each document as it passes
5959
through the pipeline.
6060

6161
.. note::
@@ -201,7 +201,7 @@ to scan only the matching documents in a collection.
201201
.. operator in front of the :agg:pipeline:`$project`.
202202

203203
In future versions there may be an optimization phase in the
204-
pipleine that reorders the operations to increase performance without
204+
pipeline that reorders the operations to increase performance without
205205
affecting the result. However, at this time place
206206
:agg:pipeline:`$match` operators at the beginning of the pipeline when
207207
possible.

0 commit comments

Comments
 (0)