diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md index 9c866218af..d3f2d5dbc9 100644 --- a/aio/content/guide/file-structure.md +++ b/aio/content/guide/file-structure.md @@ -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. -ng new my-workspace --createApplication="false" +ng new my-workspace --create-application false You can then generate apps and libraries with names that are unique within the workspace.