diff --git a/aio/content/tutorial/toh-pt0.md b/aio/content/tutorial/toh-pt0.md index 61bfccb37e..6ae60f5e57 100644 --- a/aio/content/tutorial/toh-pt0.md +++ b/aio/content/tutorial/toh-pt0.md @@ -40,8 +40,7 @@ The Angular CLI installs the necessary Angular `npm` packages and other dependen It also creates the following workspace and starter project files: * A new workspace, with a root folder named `angular-tour-of-heroes`. - * An initial skeleton app project, also called `angular-tour-of-heroes` (in the `src` subfolder). - * An end-to-end test project (in the e2e subfolder). + * An initial skeleton app project in the `src/app` subfolder. * Related configuration files. The initial app project contains a simple Welcome app, ready to run.