File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
109109are 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
Original file line number Diff line number Diff 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
6262instance 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
6666To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.
6767
You can’t perform that action at this time.
0 commit comments