We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3e56b commit 96ede6aCopy full SHA for 96ede6a
src/lib/cli.ts
@@ -61,7 +61,7 @@ export class CliApplication extends Application {
61
}
62
if (!this.out && !this.json) {
63
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");
+ this.logger.log("The './docs' directory has been set as the output location by default");
65
this.generateDocs(project, './docs');
66
67
if (this.logger.hasErrors()) {
0 commit comments