Skip to content

Commit b8cfd03

Browse files
committed
fix
1 parent 5bd5db6 commit b8cfd03

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/connect/mongoclient.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Overview
2222

2323
To connect to a MongoDB deployment, you need two things:
2424

25-
- A **connection URI**, also known as a *connection string*, which tells {+driver-short+}
25+
- A **connection URI**, also known as a *connection string*, which tells the {+driver-short+}
2626
which MongoDB deployment to connect to.
27-
- A **MongoClient** object, which creates the connection to the MongoDB deployment
28-
and lets you perform operations on it.
27+
- A **MongoClient** object, which creates the connection to and perform
28+
opertions on the MongoDB deployment.
2929

30-
You can also use either of these components to customize the way {+driver-short+} behaves
30+
You can also use either of these components to customize the way the {+driver-short+} behaves
3131
while connected to MongoDB.
3232

3333
This guide shows you how to create a connection string and use a ``MongoClient`` object
@@ -39,6 +39,7 @@ Connection URI
3939
--------------
4040

4141
A standard connection string includes the following components:
42+
4243
.. Any ref for authentication? Are we planning on making a page for authentication?
4344

4445
.. list-table::
@@ -200,7 +201,7 @@ class. Select the tab that corresponds to your preferred class.
200201

201202
.. tab:: MongoClientSettings
202203
:tabid: mongoclientsettings
203-
204+
204205
.. literalinclude:: /includes/connect/mongoclient.kt
205206
:start-after: start-replica-set-client-settings
206207
:end-before: end-replica-set-client-settings

0 commit comments

Comments
 (0)