docs: fix typo in Dependency Injection guide (#36304)

Fixing typo in dependency-injection-navtree.md

PR Close #36304
This commit is contained in:
Alexey Okhrimenko 2020-03-29 18:14:39 +03:00 committed by Alex Rickabaugh
parent c6dd900f60
commit a383116b43
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Here's *Alex* and family in action.
### Find a parent in a tree with _@SkipSelf()_
Imagine one branch of a component hierarchy: *Alice* -> *Barry* -> *Carol*.
Both *Alice* and *Barry* implement the `Parent' class interface.
Both *Alice* and *Barry* implement the `Parent` class interface.
*Barry* is the problem. He needs to reach his parent, *Alice*, and also be a parent to *Carol*.
That means he must both *inject* the `Parent` class interface to get *Alice* and