docs(architecture): update wording (#3049)

This commit is contained in:
Jurgen Van de Moere 2017-01-03 00:07:06 +01:00 committed by Ward Bell
parent 6c00203623
commit 6b8cfc1291
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ figure
+makeExcerpt('app/logger.service.ts', 'class')
:marked
Here's a `HeroService` that fetches heroes and returns them in a resolved !{_PromiseLinked}.
Here's a `HeroService` that uses a !{_PromiseLinked} to fetch heroes.
The `HeroService` depends on the `Logger` service and another `BackendService` that handles the server communication grunt work.
+makeExcerpt('app/hero.service.ts', 'class')