Skip to content

Commit 328671c

Browse files
committed
Address AS feedback
1 parent 8f4a665 commit 328671c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/connect/connection-targets.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Then, pass your connection string to the ``MongoClient`` constructor.
4242

4343
When you connect to Atlas, we recommend using the {+stable-api+} client option to avoid
4444
breaking changes when Atlas upgrades to a new version of {+mdb-server+}.
45-
To learn more about the {+stable-api+} feature, see :ref:`<kotlin-sync-stable-api>`.
45+
To learn more about the {+stable-api+} feature, see the :ref:`<kotlin-sync-stable-api>`
46+
guide.
4647

4748
The following code shows how to use the {+driver-short+} to connect to an Atlas cluster. The
4849
code also uses the ``serverApi()`` method to specify a {+stable-api+} version.
@@ -84,9 +85,9 @@ automatic discovery, perform one of the following actions:
8485
- Specify ``false`` as the value of the ``directConnection`` parameter.
8586
- Specify more than one host in the replica set.
8687

87-
The following examples show how to specify multiple hosts to a ``MongoClient`` instance
88-
using either the ``ConnectionString`` or ``MongoClientSettings`` class. Select the tab
89-
that corresponds to your preferred class.
88+
The following examples show how to connect to a MongoDB replica set running on port
89+
``27017`` of three different hosts by using either the ``ConnectionString`` or
90+
``MongoClientSettings`` class. Select the tab that corresponds to your preferred class.
9091

9192
.. tabs::
9293

0 commit comments

Comments
 (0)