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