We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cf97f commit 069dcdfCopy full SHA for 069dcdf
packages/angular/cli/src/commands/doc/cli.ts
@@ -46,7 +46,7 @@ export default class DocCommandModule
46
})
47
.option('version', {
48
description:
49
- 'Contains the version of Angular to use for the documentation. ' +
+ 'The version of Angular to use for the documentation. ' +
50
'If not provided, the command uses your current Angular core version.',
51
type: 'string',
52
0 commit comments