diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index fea2e84547..c056e79486 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -28,7 +28,6 @@ The initial app that you create with `ng new app_name` is listed under "projects -Each additional app that you create with `ng generate application` has a corresponding end-to-end test project, with its own configuration section. When you create a library project with `ng generate library`, the library project is also added to the `projects` section.