Skip to content

Commit 96ede6a

Browse files
MathBunnyGerrit0
authored andcommitted
fix: Address typo in log statement
1 parent 5b3e56b commit 96ede6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class CliApplication extends Application {
6161
}
6262
if (!this.out && !this.json) {
6363
this.logger.log("No 'out' or 'json' option has been set");
64-
this.logger.log("The './docs' directory has be set as the output location by default");
64+
this.logger.log("The './docs' directory has been set as the output location by default");
6565
this.generateDocs(project, './docs');
6666
}
6767
if (this.logger.hasErrors()) {

0 commit comments

Comments
 (0)