docs(dependency-injection): Typo: remove duplicated 'and' word (#3342)

This commit is contained in:
AlexanderLukin 2017-03-09 08:11:25 +03:00 committed by Jules Kremer
parent 1f756e580c
commit ec96c558e7
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ figure.image-display
+makeExample('cb-dependency-injection/ts/src/app/hero-bios.component.ts','ctor','src/app/hero-bios.component.ts (component constructor injection)')(format='.')
:marked
Angular asks the injector for the service associated with the `LoggerService` and
Angular asks the injector for the service associated with the `LoggerService`
and assigns the returned value to the `logger` parameter.
Where did the injector get that value?