File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/fundamentals/connection Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Connection Options
12
12
:keywords: node.js, customize
13
13
14
14
This section explains the MongoDB connection and authentication options
15
- supported by the driver that you can set within a ``MongoClientOptions`` instance.
15
+ supported by the {+ driver-short+} that you can set within a ``MongoClientOptions`` instance.
16
16
17
17
For more information on setting connection options directly in a connection
18
18
string, see :manual:`Connection Strings </reference/connection-string/>` in the
19
- Server manual.
19
+ {+mdb-server+} manual.
20
20
21
21
.. list-table::
22
22
:header-rows: 1
@@ -319,6 +319,6 @@ Server manual.
319
319
Additional Information
320
320
----------------------
321
321
322
- For more complete information on connection options that you can set within a
322
+ To learn more about connection options that you can set within a
323
323
``MongoClientOptions`` instance, see `MongoClientOptions <{+api+}/interfaces/MongoClientOptions.html>`__
324
324
in the API Documentation.
You can’t perform that action at this time.
0 commit comments