Skip to content

Commit bb3ae46

Browse files
durrandariakp
andauthored
Update src/mongo_client.ts
Co-authored-by: Daria Pardue <[email protected]>
1 parent 4bad6bc commit bb3ae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export interface MongoClientOptions extends BSONSerializeOptions, SupportedNodeC
186186
maxConnecting?: number;
187187
/**
188188
* The maximum number of milliseconds that a connection can remain idle in the pool before being removed and closed.
189-
* Note that idle connections in the pool can be cleaned up even whe minPoolSize is set to 0. For errors that happen
189+
* Note that idle connections in the pool can be cleaned up even when minPoolSize is set to 0. For errors that happen
190190
* that include the InterruptInUseConnections label, all non idle connections will be closed as well.
191191
*/
192192
maxIdleTimeMS?: number;

0 commit comments

Comments
 (0)