Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 56ed5e3

Browse files
JamesLaverackwardbell
authored andcommitted
docs(toh-4): reword the getHeroesSlowly instructions
closes #1011 rewording to: "replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`"
1 parent 3ec0e71 commit 56ed5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt4.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ code-example(format="." language="html").
384384
Like `getHeroes`, it also returns a promise.
385385
But this promise waits 2 seconds before resolving the promise with mock heroes.
386386

387-
Back in the `AppComponent`, swap `_heroService.getHeroesSlowly` for `_heroService.getHeroes`
387+
Back in the `AppComponent`, replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`
388388
and see how the app behaves.
389389

390390
.l-main-section

0 commit comments

Comments
 (0)