diff --git a/source/fundamentals/connection/connect.txt b/source/fundamentals/connection/connect.txt index 72e75897..1ad8ea55 100644 --- a/source/fundamentals/connection/connect.txt +++ b/source/fundamentals/connection/connect.txt @@ -96,6 +96,13 @@ verify that the connection is successful: .. literalinclude:: /code-snippets/connection/stable-api-connect.js :language: javascript +.. note:: + + 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 if you want to verify that the + connection is successful. + To learn more about the Stable API feature, see the :ref:`{+stable-api+} page `.