From ec96c558e7c34e08ba8c819bb979ae33b0174eec Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Thu, 9 Mar 2017 08:11:25 +0300 Subject: [PATCH] docs(dependency-injection): Typo: remove duplicated 'and' word (#3342) --- public/docs/ts/latest/cookbook/dependency-injection.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/dependency-injection.jade b/public/docs/ts/latest/cookbook/dependency-injection.jade index 7d912d9bad..0c64185a47 100644 --- a/public/docs/ts/latest/cookbook/dependency-injection.jade +++ b/public/docs/ts/latest/cookbook/dependency-injection.jade @@ -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?