docs(hierarchical-dependency-injection): Fixed typo

closes #1345
Fixed typo with the word "possibility"
This commit is contained in:
Aristeidis Bampakos 2016-05-10 16:43:24 +03:00 committed by Ward Bell
parent 9f267ca80f
commit 6a1e6e3bf6
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ figure.image-display
.l-sub-section .l-sub-section
:marked :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. 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. We'll reserve discussion of this option for another day.
:marked :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*. 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 If we don't re-configure, the tree of injectors appears to be flat. All requests bubble up to the root injector that we