Skip to content

Commit 3e19dd9

Browse files
committed
DOCSP-43494 copy edits
1 parent cf0abce commit 3e19dd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/copilot-docs.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
:depth: 1
1313
:class: singlecol
1414

15-
The ``/docs`` command provides MongoDB specific information to users,
15+
The ``/docs`` command provides MongoDB-specific information,
1616
supplemented by links to MongoDB Documentation. The |copilot| is
1717
knowledgeable of the latest MongoDB Documentation and uses the
18-
MongoDB Docs Chatbot API to link users to information in addition to
19-
the textual response.
18+
MongoDB Docs Chatbot API to link to information in addition to
19+
the text response.
2020

2121
Example
22-
~~~~~~~
22+
-------
2323

24-
Consider the following prompt that asks for information on creating an
24+
The following prompt asks for information on creating an
2525
index in the GitHub Copilot chat:
2626

27-
.. code-block:: javascript
27+
.. code-block:: none
2828
:copyable: false
2929

3030
@MongoDB /docs how do I create an index?
@@ -39,7 +39,7 @@ The chat first provides the following MongoDB documentation:
3939
The |copilot| also returns a textual response with information about
4040
creating an index:
4141

42-
.. code-block:: javascript
42+
.. code-block:: none
4343
:copyable: false
4444

4545
To create an index in MongoDB, you can use the createIndex() method

0 commit comments

Comments
 (0)