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

Commit 6b8cfc1

Browse files
jvandemowardbell
authored andcommitted
docs(architecture): update wording (#3049)
1 parent 6c00203 commit 6b8cfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/architecture.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ figure
432432
+makeExcerpt('app/logger.service.ts', 'class')
433433

434434
:marked
435-
Here's a `HeroService` that fetches heroes and returns them in a resolved !{_PromiseLinked}.
435+
Here's a `HeroService` that uses a !{_PromiseLinked} to fetch heroes.
436436
The `HeroService` depends on the `Logger` service and another `BackendService` that handles the server communication grunt work.
437437

438438
+makeExcerpt('app/hero.service.ts', 'class')

0 commit comments

Comments
 (0)