diff --git a/aio/content/guide/dependency-injection-navtree.md b/aio/content/guide/dependency-injection-navtree.md index 52f7a8e54a..076c1e9d72 100644 --- a/aio/content/guide/dependency-injection-navtree.md +++ b/aio/content/guide/dependency-injection-navtree.md @@ -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