@@ -23,9 +23,9 @@ Overview
23
23
24
24
To connect to a MongoDB deployment, you need two things:
25
25
26
- - A **connection URI**, also known as a *connection string*, which tells the
26
+ - **Connection URI**, also known as a *connection string*, which tells the
27
27
{+driver-short+} which MongoDB deployment to connect to.
28
- - A **MongoClient** object, which creates the connection to and performs
28
+ - **MongoClient** object, which creates the connection to and performs
29
29
operations on the MongoDB deployment.
30
30
31
31
You can also use ``MongoClientOptions`` to customize the way the {+driver-short+} behaves
@@ -58,7 +58,7 @@ A standard connection string includes the following components:
58
58
- Optional. Authentication credentials. If you include these, the client
59
59
authenticates the user against the database specified in ``authSource``.
60
60
For more information about the ``authSource`` connection option,
61
- see :ref:`node-troubleshooting-connection-admin`.
61
+ see :ref:`node-troubleshooting-connection-admin` in the Connection Troubleshooting guide.
62
62
63
63
* - ``host[:port]``
64
64
@@ -118,8 +118,7 @@ verify that the connection is successful:
118
118
Call the ``MongoClient.connect()`` method explicitly if you want to verify that the
119
119
connection is successful.
120
120
121
- To learn more about the Stable
122
- API feature, see the :ref:`{+stable-api+} page <nodejs-stable-api>`.
121
+ To learn more about the {+stable-api+} feature, see the :ref:`{+stable-api+} page <nodejs-stable-api>`.
123
122
124
123
API Documentation
125
124
-----------------
0 commit comments