Skip to content

Commit d7888ab

Browse files
committed
nr feedback
1 parent d72679a commit d7888ab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/connect/mongoclient.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Overview
2323

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

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
2727
{+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
2929
operations on the MongoDB deployment.
3030

3131
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:
5858
- Optional. Authentication credentials. If you include these, the client
5959
authenticates the user against the database specified in ``authSource``.
6060
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.
6262

6363
* - ``host[:port]``
6464

@@ -118,8 +118,7 @@ verify that the connection is successful:
118118
Call the ``MongoClient.connect()`` method explicitly if you want to verify that the
119119
connection is successful.
120120

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>`.
123122

124123
API Documentation
125124
-----------------

0 commit comments

Comments
 (0)