docs: use kebab-case for CLI commands (#40240)

Kebab-case is preferred over camelCase in Angular CLI.
camelCase support is deprecated and will be removed eventually.

PR Close #40240
This commit is contained in:
Keen Yee Liau 2020-12-22 10:40:33 -08:00 committed by Joey Perrott
parent 7dcf2864a3
commit 53b64fb659
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ If you intend to have multiple projects in a workspace, you can skip the initial
The following command creates a workspace with all of the workspace-wide configuration files, but no root-level application.
<code-example language="bash">
ng new my-workspace --createApplication="false"
ng new my-workspace --create-application false
</code-example>
You can then generate apps and libraries with names that are unique within the workspace.