We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011ecce commit 67e8b57Copy full SHA for 67e8b57
src/mongo_client.ts
@@ -594,7 +594,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
594
}
595
596
/**
597
- * An optional method to verify a typical set of preconditions before using a MongoClient.
+ * An optional method to verify a handful of assumptions that are generally useful at application boot-time before using a MongoClient.
598
* For detailed information about the connect process see the MongoClient.connect static method documentation.
599
*
600
* @param url - The MongoDB connection string (supports `mongodb://` and `mongodb+srv://` schemes)
0 commit comments