Skip to content

Commit ed3d794

Browse files
committed
DOCSP-43493 *
1 parent 9949ef9 commit ed3d794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/copilot-query.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Once the |copilot| generates the query, you can choose to run the query directly
6666
Build an Aggregation Pipeline
6767
`````````````````````````````
6868

69-
Consider the ``users`` collection in the `Mflix Sample Database
69+
You can also use the |copilot| to build aggregation pipelines. Consider the ``users`` collection in the `Mflix Sample Database
7070
<https://www.mongodb.com/docs/atlas/sample-data/sample-mflix/#sample_mflix.users>`__.
7171
Each document in the collection has the following structure:
7272

@@ -103,13 +103,13 @@ The |copilot| generates the following aggregation pipeline:
103103
{ $unset: "password" }
104104
]);
105105

106-
You can also iteratively build on your aggregation pipeline.
106+
You can also iteratively build on your aggregation pipeline:
107107

108108
.. code-block:: javascript
109109
:copyable: false
110110

111111
@MongoDB /query Add a stage to my pipeline that adds a username field
112-
of each document containing the user's email username without the
112+
to each document containing the user's email without the
113113
email domain.
114114

115115
The |copilot| returns the following aggregation pipeline:

0 commit comments

Comments
 (0)