Skip to content

Commit 15ea249

Browse files
committed
edit for proper user/pw info
1 parent b540bfb commit 15ea249

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/connection-troubleshooting.txt

Lines changed: 2 additions & 2 deletions
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 username and password, ensure that they
108+
If your connection string contains a database username and database password, ensure that they
109109
are in the correct format.
110110

111111
.. note::
112112

113-
If the username or password includes any of the following characters, they
113+
If the database username or database 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

source/usage-examples.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ step to find the
6060
:manual:`connection string </reference/connection-string/>` to define your
6161
``MONGODB_URI`` environment variable to run the usage examples. If your
6262
instance uses :manual:`SCRAM authentication </core/security-scram/>`,
63-
you can replace ``<user>`` with your username, ``<password>`` with your
64-
password, and ``<cluster-url>`` with the URL or IP address of your instance.
63+
you can replace ``<user>`` with your database username, ``<password>`` with your
64+
database password, and ``<cluster-url>`` with the URL or IP address of your instance.
6565

6666
To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.
6767

0 commit comments

Comments
 (0)