@@ -92,12 +92,12 @@ issues when attempting to connect to MongoDB.
9292 For more information about using connection strings with the {+driver-short+},
9393 see :ref:`Connection URI <connection-uri>` in the Connection Guide.
9494
95- If your connection string contains a username and password, ensure that they
95+ If your connection string contains a database username and database password, ensure that they
9696are in the correct format.
9797
9898.. note::
9999
100- If the username or password includes any of the following characters, they
100+ If the database username or database password includes any of the following characters, they
101101 must be `percent encoded <https://tools.ietf.org/html/rfc3986#section-2.1>`__:
102102
103103 .. code-block:: none
@@ -119,8 +119,8 @@ connection if one of the hosts is unreachable.
119119Verify User Is in Authentication Database
120120-----------------------------------------
121121
122- To successfully authenticate a connection by using a username and password,
123- the username must be defined in the authentication database. The default
122+ To successfully authenticate a connection by using a database username and database password,
123+ the database username must be defined in the authentication database. The default
124124authentication database is the ``admin`` database. To use a different database
125125for authentication, specify the ``authSource`` in the connection string. The
126126following example instructs the driver to use ``users`` as the authentication
0 commit comments