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 6556d6d commit f336bf6Copy full SHA for f336bf6
src/mongo_client.ts
@@ -487,7 +487,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
487
488
/**
489
* Append metadata to the client metadata after instantiation.
490
- * @param driverInfo - Information abou the application or libraary.
+ * @param driverInfo - Information about the application or library.
491
*/
492
appendMetadata(driverInfo: DriverInfo) {
493
this.options.additionalDriverInfo.push(driverInfo);
0 commit comments