Skip to content

Commit 10c690b

Browse files
ben-barbieralexeagle
authored andcommitted
fix: fix spelling
1 parent 8f1f31f commit 10c690b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export class ConfigCommand extends Command {
254254

255255
const [config, configPath] = getWorkspaceRaw(options.global ? 'global' : 'local');
256256
if (!config || !configPath) {
257-
this.logger.error('Confguration file cannot be found.');
257+
this.logger.error('Configuration file cannot be found.');
258258

259259
return 1;
260260
}

0 commit comments

Comments
 (0)