We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8930a12 commit 66806d1Copy full SHA for 66806d1
source/connect/mongoclient.txt
@@ -70,7 +70,7 @@ A standard connection string includes the following components:
70
- Optional. The authentication database to use if the
71
connection string includes ``username:password@``
72
authentication credentials but not the ``authSource`` option.
73
- When you call client.db() with no argument, this is the database that is used. If you don't include
+ When you call ``client.db()`` with no argument, this is the database that is used. If you don't include
74
this component, the client authenticates the user against the ``admin`` database.
75
76
* - ``?<options>``
0 commit comments