From 80b4ff740c020de60e7300d4983fee60e3057e43 Mon Sep 17 00:00:00 2001 From: Dmitry Rybakov Date: Thu, 17 Aug 2023 10:27:37 +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 6ab353cebe..f64a011c55 100644 --- a/source/retryable-writes/tests/README.rst +++ b/source/retryable-writes/tests/README.rst @@ -485,7 +485,7 @@ and sharded clusters. This test MUST be executed against a sharded cluster 1. Ensure that a test is run against a sharded cluster. If there are multiple - mongos-es in the cluster, pick one to test against. + mongoses in the cluster, pick one to test against. 2. Create a client that connects to the mongos using the direct connection, and configure a fail point so that the mongos raises a retryable error once.