Skip to content

Commit 069dcdf

Browse files
committed
docs: improve wording in doc command version description
(cherry picked from commit 4b9405c)
1 parent 51cf97f commit 069dcdf

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/cli/src/commands/doc

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/doc/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class DocCommandModule
4646
})
4747
.option('version', {
4848
description:
49-
'Contains the version of Angular to use for the documentation. ' +
49+
'The version of Angular to use for the documentation. ' +
5050
'If not provided, the command uses your current Angular core version.',
5151
type: 'string',
5252
})

0 commit comments

Comments
 (0)