Skip to content

Commit c23cadd

Browse files
authored
DOCSP-42964: Remove nested component (#3198)
1 parent c0d2635 commit c23cadd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/fundamentals/connection/connect-to-mongodb.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@ For a MongoDB database connection, you can specify the following details:
136136

137137
'host' => ['node1.example.com:27017', 'node2.example.com:27017', 'node3.example.com:27017'],
138138

139-
.. note::
140-
141-
This option does not accept hosts that use the DNS seedlist
142-
connection format.
139+
| This option does not accept hosts that use the DNS seedlist
140+
connection format.
143141

144142
* - ``database``
145143
- Specifies the name of the MongoDB database to read and write to.

0 commit comments

Comments
 (0)