Skip to content

Commit c59caa5

Browse files
committed
typo fix
(cherry picked from commit 2390577)
1 parent 5fbf9ba commit c59caa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ parameters of the connection URI to specify the behavior of the client.
122122

123123
* - **maxIdleTimeMS**
124124
- integer
125-
- Specifies the maximum amount of time, in milliseconds, the Kotlin
126-
driver will allow a pooled connection to idle before closing the
125+
- Specifies the maximum amount of time, in milliseconds, that the driver
126+
allows a pooled connection to idle before closing the
127127
connection. A value of ``0`` indicates that there is no upper bound
128-
on how long the driver can allow a pooled collection to be idle.
128+
on how long the driver allows a pooled connection to be idle.
129129

130130
| **Default**: ``0``
131131

0 commit comments

Comments
 (0)