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?