Skip to content

Commit 20a14f5

Browse files
committed
DOCS-49972 nits
1 parent 71da778 commit 20a14f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/connection-targets.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ redundancy and high data availability.
8383
To connect to a replica set deployment, specify the hostname and port numbers
8484
of each instance, separated by commas, and the replica set name as the value
8585
of the ``replicaSet`` parameter in the connection string. In the following
86-
example, the hostnames are ``host1``, ``host2``, and ``host3``, and the
86+
example connection string, the hostnames are ``host1``, ``host2``, and ``host3``, and the
8787
port numbers are all ``27017``. The replica set name is ``myRS``.
8888

8989
.. code-block:: none
@@ -98,9 +98,9 @@ When connecting to a replica set, the driver takes the following actions by defa
9898

9999
.. tip::
100100

101-
You can specify just one host to connect to a replica set.
102-
However, to ensure connectivity when the specified host
103-
is unavailable, you should provide the full list of hosts.
101+
You can specify just one host to connect to a replica set. However, you must
102+
provide the full list of hosts to ensure connectivity when the specified host
103+
is unavailable.
104104

105105
.. _go-direct-connection-target:
106106

0 commit comments

Comments
 (0)