From 08a02201ae38ce4fb7ecdd1c7d3b2824318b183e Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 26 Apr 2023 18:19:22 +0000 Subject: [PATCH] docs: improve wording in doc command version description --- packages/angular/cli/src/commands/doc/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/src/commands/doc/cli.ts b/packages/angular/cli/src/commands/doc/cli.ts index 3f8a6e0e725c..d6f9d571248a 100644 --- a/packages/angular/cli/src/commands/doc/cli.ts +++ b/packages/angular/cli/src/commands/doc/cli.ts @@ -46,7 +46,7 @@ export default class DocCommandModule }) .option('version', { description: - 'Contains the version of Angular to use for the documentation. ' + + 'The version of Angular to use for the documentation. ' + 'If not provided, the command uses your current Angular core version.', type: 'string', })