Skip to content

Commit 770791b

Browse files
committed
style(MongoMemoryServer::AutomaticAuth): fix typo in tsdoc
1 parent 2926711 commit 770791b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/MongoMemoryServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface AutomaticAuth {
6060
customRootPwd?: string;
6161
/**
6262
* Force to run "createAuth"
63-
* @default false "creatAuth" is normally only run when the given "dbPath" is empty (no files)
63+
* @default false "createAuth" is normally only run when the given "dbPath" is empty (no files)
6464
*/
6565
force?: boolean;
6666
/**

0 commit comments

Comments
 (0)