From 7a8822aeeff90282fde1b36a8c4202bf715cc124 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Tue, 11 Jun 2024 13:16:18 -0400 Subject: [PATCH] Address feedback --- source/fundamentals/connection/connect.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/fundamentals/connection/connect.txt b/source/fundamentals/connection/connect.txt index 8c3b8028..17fb3676 100644 --- a/source/fundamentals/connection/connect.txt +++ b/source/fundamentals/connection/connect.txt @@ -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 `.