docs: fix typo (#27865)

PR Close #27865
This commit is contained in:
Mark Goho 2018-12-29 19:24:23 -05:00 committed by Andrew Kushnir
parent 96f4969a2b
commit acb2caced0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Hierarchical Dependency Injectors
The Angular dependency injection system is _hierarchical_.
There is a tree of injectors that parallel an app's component tree.
There is a tree of injectors that parallels an app's component tree.
You can reconfigure the injectors at any level of that component tree.
This guide explores this system and how to use it to your advantage.