Skip to content

Commit 770b67e

Browse files
committed
(Revises per copy reviews.
1 parent 2cb4fc5 commit 770b67e

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

source/reference/insert-methods.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ MongoDB provides the following methods for inserting :ref:`documents
99

1010
.. list-table::
1111
:widths: 35 65
12-
:header-rows: 0
12+
:header-rows: 1
13+
14+
* - Method
15+
- Description
1316

1417
* - :method:`db.collection.insertOne()`
1518
- Inserts a single :ref:`document <bson-document-format>` into a collection.
@@ -19,18 +22,23 @@ MongoDB provides the following methods for inserting :ref:`documents
1922
collection.
2023

2124
If you use {+atlas+}, the fully managed service for MongoDB deployments
22-
in the cloud, you can use these methods to insert documents after
23-
:atlas:`connecting to your cluster </tutorial/connect-to-your-cluster>`.
24-
To learn more, see :atlas:`Insert and View a Document </tutorial/insert-data-into-your-cluster>`
25-
in the {+atlas+} documentation.
25+
in the cloud, you can use these methods to insert documents after
26+
you connect to your cluster.
27+
To learn more, see the following resources in the
28+
{+atlas+} documentation:
29+
30+
- :atlas:`Connect to Your Cluster
31+
</tutorial/connect-to-your-cluster>`
32+
- :atlas:`Insert and View a Document
33+
</tutorial/insert-data-into-your-cluster>`
2634

2735
.. _additional-inserts:
2836

2937
Additional Methods for Inserts
3038
------------------------------
3139

32-
The following methods can also add new documents to a collection, including collections
33-
hosted in {+atlas+}:
40+
The following methods can also add new documents to a collection,
41+
including collections hosted in {+atlas+}:
3442

3543
- :method:`db.collection.updateOne()` when used with the ``upsert:
3644
true`` option.

0 commit comments

Comments
 (0)