From 99e153ada79e2a6c3eed32d6d382dd01db34b314 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 5 Sep 2023 16:08:02 +0000 Subject: [PATCH] docs(@angular/cli): update outdated statement about CLI accepting camelCase The Angular CLI does not accept camelCase args. --- packages/angular/cli/src/commands/build/long-description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/src/commands/build/long-description.md b/packages/angular/cli/src/commands/build/long-description.md index 57bf9a16ed..ddf55c6469 100644 --- a/packages/angular/cli/src/commands/build/long-description.md +++ b/packages/angular/cli/src/commands/build/long-description.md @@ -7,7 +7,7 @@ A "development" configuration is created by default when you use the CLI to crea The configuration options generally correspond to the command options. You can override individual configuration defaults by specifying the corresponding options on the command line. -The command can accept option names given in either dash-case or camelCase. +The command can accept option names given in dash-case. Note that in the configuration file, you must specify names in camelCase. Some additional options can only be set through the configuration file,