Skip to content

Commit

Permalink
style(MongoMemoryServer::AutomaticAuth): fix typo in tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jul 5, 2022
1 parent 2926711 commit 770791b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ export interface AutomaticAuth {
customRootPwd?: string;
/**
* Force to run "createAuth"
* @default false "creatAuth" is normally only run when the given "dbPath" is empty (no files)
* @default false "createAuth" is normally only run when the given "dbPath" is empty (no files)
*/
force?: boolean;
/**
Expand Down

0 comments on commit 770791b

Please sign in to comment.