Skip to content

Commit c71b622

Browse files
committed
wording
1 parent 19ded8b commit c71b622

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/connection-troubleshooting.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Server Connection Errors
3636

3737
When an issue occurs when you attempt to connect to a server, the {+driver-short+}
3838
returns an error message. If this error resembles the following message, it
39-
indicates that the driver cannot connect to a MongoDB deployment:
39+
indicates that the library cannot connect to a MongoDB deployment:
4040

4141
.. code-block:: none
4242
:copyable: false
@@ -56,7 +56,7 @@ port is ``27017``. The default port value for an instance of MongoDB Server is
5656

5757
When connecting to a replica set, include all the replica set hosts in
5858
your connection string. Separate each of the hosts in the connection
59-
string with a comma. This enables the driver to establish a connection if
59+
string with a comma. This enables the library to establish a connection if
6060
one of the hosts is unreachable.
6161

6262
To learn how to specify multiple replica set hosts, see the
@@ -81,7 +81,7 @@ Authentication Errors
8181
---------------------
8282

8383
The {+driver-short+} may be unable connect to a MongoDB deployment if
84-
the authorization is not configured correctly. In these cases, the driver
84+
the authorization is not configured correctly. In these cases, the library
8585
raises an error message similar to the following message:
8686

8787
.. code-block:: none
@@ -177,7 +177,7 @@ happens, you might receive an error message similar to the following message:
177177

178178
No suitable servers found (`serverSelectionTryOnce` set): [Failed to resolve '<host>'].
179179

180-
If the driver reports this error, try the methods in the following sections
180+
If the library reports this error, try the methods in the following sections
181181
to resolve the issue.
182182

183183
Check Database Deployment Availability

0 commit comments

Comments
 (0)