Skip to content

Commit

Permalink
docs: fix typo (angular#27865)
Browse files Browse the repository at this point in the history
PR Close angular#27865
  • Loading branch information
markgoho authored and wKoza committed Jan 18, 2019
1 parent 4bfcf84 commit 3b3bd9e
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 3b3bd9e

Please sign in to comment.