From 3f92be4ec3ac6bef999772dc2188b2c6934884f9 Mon Sep 17 00:00:00 2001
From: "Wataru.Kasahara" <kasahara1019@gmail.com>
Date: Mon, 27 Jul 2020 21:56:44 +0900
Subject: [PATCH] docs: remove old content from CLI configuration guide
 (#38243)

PR Close #38243
---
 aio/content/guide/workspace-config.md | 1 -
 1 file changed, 1 deletion(-)

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
 
 </code-example>
 
-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.
 
 <div class="alert is-helpful">