docs(di): fix spelling (#3261)

This commit is contained in:
Josep Sayol 2017-02-16 15:10:53 +01:00 committed by Jesús Rodríguez
parent 3b679d4e80
commit 8a89a2436f
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ a(id="parent-tree")
`@SkipSelf` is essential for two reasons:
1. It tell the injector to start its search for a `Parent` dependency in a component *above* itself,
1. It tells the injector to start its search for a `Parent` dependency in a component *above* itself,
which *is* what parent means.
2. Angular throws a cyclic dependency error if we omit the `@SkipSelf` decorator.