Skip to content

Commit 44f1f90

Browse files
Merge 5.1 into 5.x (#3199)
2 parents 8cf9f66 + c23cadd commit 44f1f90

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)