Skip to content

Commit 4226823

Browse files
profanisalan-agius4
authored andcommitted
refactor(@angular/cli): fix super minor typo
while I was making myself familiar with the code-base to solve an open issue, I saw this super minor typo and decided to fix it (cherry picked from commit 9a6541f)
1 parent 8a063e8 commit 4226823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/models/schematic-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export abstract class SchematicCommand<
530530
// "See above" because we already printed the error.
531531
this.logger.fatal('The Schematic workflow failed. See above.');
532532
} else if (debug) {
533-
this.logger.fatal(`An error occured:\n${err.message}\n${err.stack}`);
533+
this.logger.fatal(`An error occurred:\n${err.message}\n${err.stack}`);
534534
} else {
535535
this.logger.fatal(err.message);
536536
}

0 commit comments

Comments
 (0)