Skip to content

Commit e5617f8

Browse files
authored
DOCSP-41593: typo fix (#565)
1 parent 0cec97d commit e5617f8

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
@@ -123,10 +123,10 @@ parameters of the connection URI to specify the behavior of the client.
123123

124124
* - **maxIdleTimeMS**
125125
- integer
126-
- Specifies the maximum amount of time, in milliseconds, the Java
127-
driver will allow a pooled connection to idle before closing the
126+
- Specifies the maximum amount of time, in milliseconds, that the driver
127+
allows a pooled connection to idle before closing the
128128
connection. A value of ``0`` indicates that there is no upper bound
129-
on how long the driver can allow a pooled collection to be idle.
129+
on how long the driver allows a pooled connection to be idle.
130130

131131
| **Default**: ``0``
132132

0 commit comments

Comments
 (0)