Skip to content

Commit 99e153a

Browse files
alan-agius4dgp1130
authored andcommitted
docs(@angular/cli): update outdated statement about CLI accepting camelCase
The Angular CLI does not accept camelCase args.
1 parent 9f1c179 commit 99e153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/build/long-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A "development" configuration is created by default when you use the CLI to crea
77

88
The configuration options generally correspond to the command options.
99
You can override individual configuration defaults by specifying the corresponding options on the command line.
10-
The command can accept option names given in either dash-case or camelCase.
10+
The command can accept option names given in dash-case.
1111
Note that in the configuration file, you must specify names in camelCase.
1212

1313
Some additional options can only be set through the configuration file,

0 commit comments

Comments
 (0)