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

Commit ec96c55

Browse files
AlexanderLukinjuleskremer
authored andcommitted
docs(dependency-injection): Typo: remove duplicated 'and' word (#3342)
1 parent 1f756e5 commit ec96c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/dependency-injection.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ figure.image-display
353353

354354
+makeExample('cb-dependency-injection/ts/src/app/hero-bios.component.ts','ctor','src/app/hero-bios.component.ts (component constructor injection)')(format='.')
355355
:marked
356-
Angular asks the injector for the service associated with the `LoggerService` and
356+
Angular asks the injector for the service associated with the `LoggerService`
357357
and assigns the returned value to the `logger` parameter.
358358

359359
Where did the injector get that value?

0 commit comments

Comments
 (0)