@@ -40,7 +40,7 @@ connected to the server.
4040 * - **authMechanismProperties**
4141 - String
4242 - None
43- - Specifies additional properties for the authentication mechanism
43+ - Specifies more properties for the authentication mechanism
4444 set in the ``authMechanism`` option.
4545
4646 * - **authSource**
@@ -72,7 +72,7 @@ connected to the server.
7272 * - **heartbeatFrequencyMS**
7373 - Integer greater than or equal to 500
7474 - ``10000`` (10 seconds)
75- - Specifies the amount of time, in milliseconds, that each
75+ - Specifies the amount of time in milliseconds that each
7676 monitoring thread waits between performing server checks.
7777
7878 * - **journal**
@@ -83,8 +83,8 @@ connected to the server.
8383 * - **localThresholdMS**
8484 - Non-negative integer
8585 - 15
86- - | Specifies how much longer, in milliseconds, that the average
87- round-trip time between the driver and server can take
86+ - | Specifies the amount of time in milliseconds that the average
87+ round-trip time between the driver and server can last
8888 compared to the shortest round-trip time of all the suitable servers.
8989 | A value of ``0`` indicates that there is no latency window, so
9090 only the server with the lowest average round-trip time is
@@ -93,7 +93,7 @@ connected to the server.
9393 * - **maxIdleTimeMS**
9494 - Non-negative integer
9595 - 0
96- - | Specifies the amount of time, in milliseconds, that a connection
96+ - | Specifies the amount of time in milliseconds that a connection
9797 can remain idle in a connection pool the server closes it.
9898 | A value of ``0`` indicates that the client does not close idle
9999 connections.
@@ -157,7 +157,7 @@ connected to the server.
157157 * - **serverSelectionTimeoutMS**
158158 - Non-negative integer
159159 - ``30000`` (30 seconds)
160- - Specifies the amount of time, in milliseconds, that the
160+ - Specifies the amount of time in milliseconds that the
161161 ``Client`` instance waits when attempting to select a server for an
162162 operation before timing out.
163163
0 commit comments