diff --git a/public/docs/ts/latest/tutorial/toh-pt4.jade b/public/docs/ts/latest/tutorial/toh-pt4.jade index 8a66eb04c8..69d16d7adf 100644 --- a/public/docs/ts/latest/tutorial/toh-pt4.jade +++ b/public/docs/ts/latest/tutorial/toh-pt4.jade @@ -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