Skip to content

Commit e31465d

Browse files
feat(getDbInstance): Fixed typo
Signed-off-by: BorntraegerMarc <marc.borntraeger@gmail.com>
1 parent 0a86931 commit e31465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ var MongodbDriver = Base.extend({
358358
db.collection(collection)[command](options.query, options.update, options.options, callbackFunction);
359359
break;
360360
case 'getDbInstance':
361-
prCB(null, db); // When the user wants to get the DB instance we need to retrun the promise callback, so the DB connection is not automatically closed
361+
prCB(null, db); // When the user wants to get the DB instance we need to return the promise callback, so the DB connection is not automatically closed
362362
break;
363363
default:
364364
db[command](collection, callbackFunction);

0 commit comments

Comments
 (0)