Skip to content

Commit 67e8b57

Browse files
committed
docs: typical preconditions fix
1 parent 011ecce commit 67e8b57

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
@@ -594,7 +594,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
594594
}
595595

596596
/**
597-
* An optional method to verify a typical set of preconditions before using a MongoClient.
597+
* An optional method to verify a handful of assumptions that are generally useful at application boot-time before using a MongoClient.
598598
* For detailed information about the connect process see the MongoClient.connect static method documentation.
599599
*
600600
* @param url - The MongoDB connection string (supports `mongodb://` and `mongodb+srv://` schemes)

0 commit comments

Comments
 (0)