docs(toh-4): reword the getHeroesSlowly instructions

closes #1011
rewording to: "replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`"
This commit is contained in:
James Laverack 2016-03-28 02:48:55 +01:00 committed by Ward Bell
parent 3ec0e7147b
commit 56ed5e345c
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ code-example(format="." language="html").
Like `getHeroes`, it also returns a promise.
But this promise waits 2 seconds before resolving the promise with mock heroes.
Back in the `AppComponent`, swap `_heroService.getHeroesSlowly` for `_heroService.getHeroes`
Back in the `AppComponent`, replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`
and see how the app behaves.
.l-main-section