docs: small typo in DI docs (#34122)

PR Close #34122
This commit is contained in:
Santosh Yadav
2019-11-29 00:32:23 +05:30
committed by Miško Hevery
parent 7a7e999fb5
commit a5fe8501c4

View File

@ -243,7 +243,7 @@ By default, Angular always starts at the current `Injector` and keeps
searching all the way up. Modifiers allow you to change the starting searching all the way up. Modifiers allow you to change the starting
(self) or ending location. (self) or ending location.
Additionally, you can combine all of the modifiers except `@Host()` and `@Self()` and of course `@Skipself()` and `@Self()`. Additionally, you can combine all of the modifiers except `@Host()` and `@Self()` and of course `@SkipSelf()` and `@Self()`.
{@a optional} {@a optional}