Skip to content

Commit 7124f2d

Browse files
authored
fix(MongoInstance): fix typo (#542)
1 parent fc5cc47 commit 7124f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/util/MongoInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class MongoInstance extends EventEmitter implements ManagerBase {
276276

277277
const final = result.concat(this.instanceOpts.args ?? []);
278278

279-
this.debug('prepareCommandArgs: final arugment array:' + JSON.stringify(final));
279+
this.debug('prepareCommandArgs: final argument array:' + JSON.stringify(final));
280280

281281
return final;
282282
}

0 commit comments

Comments
 (0)