Skip to content

Commit 00a2af8

Browse files
committed
DOCSP-43495 typo
1 parent 0eb20fc commit 00a2af8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/copilot-schema.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Provide a Sample Document
2323

2424
Consider the ``users`` collection in the `Mflix Sample Database
2525
<https://www.mongodb.com/docs/atlas/sample-data/sample-mflix/#sample_mflix.users>`__.
26-
If you are connected to the MongoDB deployment that contains this
27-
collection, you can ask the |copilot| to provide a sample document.
26+
If you are connected to a MongoDB deployment that contains this
27+
collection, you can ask the |copilot| to provide a sample document:
2828

2929
.. code-block:: none
3030
:copyable: false
@@ -50,15 +50,14 @@ schema:
5050
"name": "John Doe",
5151
"password": "password123",
5252
"preferences": {}
53-
}
53+
}
5454

5555
Once Copilot generates the response, you can open the JSON output to see
5656
more information.
5757

5858
.. figure:: /images/copilot-schema.png
5959
:figwidth: 700px
60-
:alt: Screenshot of copilot providing a sample document from a
61-
collection.
60+
:alt: Screenshot of copilot providing a sample document from a collection.
6261

6362

6463

0 commit comments

Comments
 (0)