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 5213b00 commit eaffdc0Copy full SHA for eaffdc0
packages/angular/cli/src/commands/run/cli.ts
@@ -39,7 +39,7 @@ export default class RunCommandModule
39
const localYargs: Argv<RunCommandArgs> = argv
40
.positional('target', {
41
describe:
42
- 'The Architect target to run provided in the the following format `project:target[:configuration]`.',
+ 'The Architect target to run provided in the following format `project:target[:configuration]`.',
43
type: 'string',
44
demandOption: true,
45
// Show only in when using --help and auto completion because otherwise comma seperated configuration values will be invalid.
0 commit comments