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 edbeeaf commit 3a3a570Copy full SHA for 3a3a570
source/fundamentals/connection.txt
@@ -85,10 +85,10 @@ Direct Connection
85
To force operations on the host designated in the connection URI, specify the ``directConnection`` option. Direct
86
connections:
87
88
-- do not support SRV strings.
89
-- will error on writes when the specified host is not the **primary**.
90
-- require :manual:`enabling secondary reads </reference/method/rs.secondaryOk/>` when the specified host in not the
91
- **primary**.
+- Don't support SRV strings.
+- Fails on writes when the specified host is not the **primary**.
+- Require :manual:`enabling secondary reads </reference/method/rs.secondaryOk/>`
+ when the specified host isn't the **primary**.
92
93
.. _connection-options:
94
0 commit comments