From 6b8cfc1291af700fcfab695b40c29b28f313e564 Mon Sep 17 00:00:00 2001 From: Jurgen Van de Moere Date: Tue, 3 Jan 2017 00:07:06 +0100 Subject: [PATCH] docs(architecture): update wording (#3049) --- public/docs/ts/latest/guide/architecture.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index d699f3ba1d..09134f07e5 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -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')