diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index fe7a818f8a..8af34c8136 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -30,7 +30,7 @@ Using the Angular CLI, create a service called `hero`. ng generate service hero -The command generates skeleton `HeroService` class in `src/app.hero.service.ts` +The command generates skeleton `HeroService` class in `src/app/hero.service.ts` The `HeroService` class should look like the below.