Skip to content

Commit fc341f5

Browse files
committed
mb feedback
1 parent eb75736 commit fc341f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/crud/configure.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,14 @@ within 35 milliseconds of the closest member's ping time.
327327
Retryable Reads and Writes
328328
--------------------------
329329

330-
{+driver-short+} automatically retries certain read and write operations a single time
330+
The {+driver-short+} automatically retries certain read and write operations a single time
331331
if they fail due to a network or server error.
332332

333333
You can explicitly disable retryable reads or retryable writes by setting the ``retryReads`` or
334-
``retryWrites`` option to ``False`` in a ``MongoClientSettings`` instance. You can also
334+
``retryWrites`` option to ``false`` in a ``MongoClientSettings`` instance. You can also
335335
set the ``retryReads`` or ``retryWrites`` options in your connection URI.
336336

337-
The following example sets both retryable reads and retryable writes to ``False``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI`
337+
The following example sets both retryable reads and retryable writes to ``false``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI`
338338
tab to see corresponding code for each approach:
339339

340340
.. tabs::

0 commit comments

Comments
 (0)