From d9ed819c9466e1bde23881519f89cfc9e30ff0c5 Mon Sep 17 00:00:00 2001 From: Dmitry Rybakov Date: Fri, 25 Aug 2023 15:51:40 +0200 Subject: [PATCH] Update source/retryable-reads/tests/README.rst Co-authored-by: Alex Bevilacqua --- source/retryable-reads/tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/retryable-reads/tests/README.rst b/source/retryable-reads/tests/README.rst index 6adc9b9c6f..4f45feb506 100644 --- a/source/retryable-reads/tests/README.rst +++ b/source/retryable-reads/tests/README.rst @@ -294,7 +294,7 @@ Retryable Reads Are Retried on the Same mongos if No Others are Available 3. Create a client with ``retryReads=true`` that connects to the cluster, providing the selected mongos as the seed. -4. Enable command monitoring, and execute ``find`` command. +4. Enable command monitoring, and execute a ``find`` command. 5. Asserts that there was a failed command and a successful command event.