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 b12a474 commit 9e892b8Copy full SHA for 9e892b8
src/mongo_client.ts
@@ -483,7 +483,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
483
484
/**
485
* Append metadata to the client metadata after instantiation.
486
- * @param driverInfo - Information abou the application or libraary.
+ * @param driverInfo - Information about the application or library.
487
*/
488
appendMetadata(driverInfo: DriverInfo) {
489
this.options.additionalDriverInfo.push(driverInfo);
0 commit comments