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 7eccbcd30d
commit 040673464c
1 changed files with 1 additions and 1 deletions

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
(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}