Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmorisi committed Jun 11, 2024
1 parent 49599c0 commit 7a8822a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/fundamentals/connection/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ verify that the connection is successful:

.. note::

As of {+driver-short+} v4.7, the driver automatically calls the ``MongoClient.connect()``
The {+driver-short+} automatically calls the ``MongoClient.connect()``
method when using the client to perform CRUD operations on your MongoDB deployment.
Call the ``MongoClient.connect()`` method explicitly to verify that the connection is
successful.
Call the ``MongoClient.connect()`` method explicitly if you want to verify that the
connection is successful.

To learn more about the Stable
API feature, see the :ref:`{+stable-api+} page <nodejs-stable-api>`.
Expand Down

0 comments on commit 7a8822a

Please sign in to comment.