From 17861557d88800f1b7976d467127ef9c4cb60a6f Mon Sep 17 00:00:00 2001 From: Dmitry Rybakov Date: Thu, 17 Aug 2023 10:28:24 +0200 Subject: [PATCH] Update source/retryable-writes/tests/README.rst Co-authored-by: Preston Vasquez --- source/retryable-writes/tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/retryable-writes/tests/README.rst b/source/retryable-writes/tests/README.rst index 8245b5e5f5..f5cf018abe 100644 --- a/source/retryable-writes/tests/README.rst +++ b/source/retryable-writes/tests/README.rst @@ -467,7 +467,7 @@ and sharded clusters. test against. 2. Create a client per mongos using the direct connection, and configure fail - points on each of the picked mongos-es, so that each mongos raises + points on each of the picked mongoses, so that each mongos raises a retryable error once. 3. Create a client with ``retryWrites=true`` that connects to the cluster,