Skip to content

Commit

Permalink
Update source/retryable-reads/retryable-reads.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Bevilacqua <alex@alexbevi.com>
  • Loading branch information
comandeo-mongo and alexbevi authored Aug 16, 2023
1 parent d72723a commit 1de68eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/retryable-reads/retryable-reads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ selecting a server for a retry attempt.
3a. Selecting the server for retry
''''''''''''''''''''''''''''''''''

Server on wich the operation failed MUST be provided to the server selection
Server on which the operation failed MUST be provided to the server selection
mechanism as a de-prioritized server. If the driver cannot select a server for
a retry attempt or the newly selected server does not support retryable reads,
retrying is not possible and drivers MUST raise the previous retryable error.
Expand Down

0 comments on commit 1de68eb

Please sign in to comment.