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 d68b868 commit 8f5a381Copy full SHA for 8f5a381
source/connect/connection-options.txt
@@ -98,8 +98,8 @@ Replica Set Options
98
| **Connection URI Example**: ``directConnection=true``
99
100
* - :manual:`replicaSet </reference/connection-string/#mongodb-urioption-urioption.replicaSet>`
101
- - {+string-data-type+}
102
- - | **MongoDB\\Client Example**: ``$uriOptions = [ 'replicaSet' => 'replicaSetName' ];``
+ - | **Data Type**: {+string-data-type+}
+ | **MongoDB\\Client Example**: ``$uriOptions = [ 'replicaSet' => 'replicaSetName' ];``
103
| **Connection URI Example**: ``replicaSet=replicaSetName``
104
105
Connection Options
0 commit comments