Skip to content

Commit

Permalink
docs: fix typo (#27865)
Browse files Browse the repository at this point in the history
PR Close #27865
  • Loading branch information
markgoho authored and AndrewKushnir committed Jan 16, 2019
1 parent 2f154b9 commit 80994b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/hierarchical-dependency-injection.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 80994b2

Please sign in to comment.