Skip to content

Commit 5b0ce40

Browse files
committed
mw feedback
1 parent 15ea249 commit 5b0ce40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/connection-troubleshooting.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ issues when attempting to connect to MongoDB.
105105
For more information about connection strings,
106106
see :ref:`Connection URI <golang-connection-uri>` in the Connection Guide.
107107

108-
If your connection string contains a database username and database password, ensure that they
108+
If your connection string contains a username and password, ensure that they
109109
are in the correct format.
110110

111111
.. note::
112112

113-
If the database username or database password includes any of the following characters, they
113+
If the username or password includes any of the following characters, they
114114
must be `percent encoded <https://tools.ietf.org/html/rfc3986#section-2.1>`__:
115115

116116
.. code-block:: none

0 commit comments

Comments
 (0)