From 2530c9d2dd27e2dc7e449cc270a4a5580ca8b670 Mon Sep 17 00:00:00 2001 From: Mark Goho Date: Sat, 29 Dec 2018 19:24:23 -0500 Subject: [PATCH] docs: fix typo (#27865) PR Close #27865 --- aio/content/guide/hierarchical-dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/hierarchical-dependency-injection.md b/aio/content/guide/hierarchical-dependency-injection.md index 0ca7cd6e89..ceedcae7f6 100644 --- a/aio/content/guide/hierarchical-dependency-injection.md +++ b/aio/content/guide/hierarchical-dependency-injection.md @@ -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.