Skip to content

Commit

Permalink
fix: Address typo in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MathBunny authored and Gerrit0 committed Aug 23, 2020
1 parent 5b3e56b commit 96ede6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cli.ts
Expand Up @@ -61,7 +61,7 @@ export class CliApplication extends Application {
}
if (!this.out && !this.json) {
this.logger.log("No 'out' or 'json' option has been set");
this.logger.log("The './docs' directory has be set as the output location by default");
this.logger.log("The './docs' directory has been set as the output location by default");
this.generateDocs(project, './docs');
}
if (this.logger.hasErrors()) {
Expand Down

0 comments on commit 96ede6a

Please sign in to comment.