From 6a1e6e3bf691779f8ebeb77fb3e3477ed74ce451 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Tue, 10 May 2016 16:43:24 +0300 Subject: [PATCH] docs(hierarchical-dependency-injection): Fixed typo closes #1345 Fixed typo with the word "possibility" --- .../ts/latest/guide/hierarchical-dependency-injection.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade b/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade index 69eec7de2c..72f6b2bf74 100644 --- a/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade +++ b/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade @@ -62,11 +62,11 @@ figure.image-display .l-sub-section :marked - There's a third possibililty. An intermediate component can declare that it is the "host" component. + There's a third possibility. An intermediate component can declare that it is the "host" component. The hunt for providers will climb no higher than the injector for this host component. We'll reserve discussion of this option for another day. :marked - Such a proliferation of injectors makes little sense until we consider the possiblity that injectors at different levels can be + Such a proliferation of injectors makes little sense until we consider the possibility that injectors at different levels can be configured with different providers. We don't *have* to re-configure providers at every level. But we *can*. If we don't re-configure, the tree of injectors appears to be flat. All requests bubble up to the root injector that we