Skip to content

Commit 849b905

Browse files
committed
DOCSP-41593: typo fix (#565)
(cherry picked from commit e5617f8)
1 parent b97b1e8 commit 849b905

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 Java
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)