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

Commit adc04b6

Browse files
PatrickMcDnaomiblack
authored andcommitted
docs: Change LoggerService to Logger service
`LoggerService` implies that it will be written as such in the code, yet the hero.service.ts example has a service simply called `Logger` (which matches the Style Guide).
1 parent f318954 commit adc04b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ figure
402402
+makeExample('architecture/ts/app/logger.service.ts', 'class', 'app/logger.service.ts (class only)')(format=".")
403403
:marked
404404
Here's a `HeroService` that fetches heroes and returns them in a resolved [promise](http://exploringjs.com/es6/ch_promises.html).
405-
The `HeroService` depends on the `LoggerService` and another `BackendService` that handles the server communication grunt work.
405+
The `HeroService` depends on the `Logger` service and another `BackendService` that handles the server communication grunt work.
406406
+makeExample('architecture/ts/app/hero.service.ts', 'class', 'app/hero.service.ts (class only)')(format=".")
407407
:marked
408408
Services are everywhere.

0 commit comments

Comments
 (0)