diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 2a982a58a8..2119f720d9 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -79,7 +79,8 @@ Replace the default contents of `in-memory-data.service.ts` with the following: -The `in-memory-data.service.ts` file replaces `mock-heroes.ts`, which is now safe to delete. +The `in-memory-data.service.ts` file will take over the function of `mock-heroes.ts`. +However, don't delete `mock-heroes.ts` yet, as you still need it for a few more steps of this tutorial. When the server is ready, you'll detach the In-memory Web API, and the app's requests will go through to the server.