docs(hierarchical-dependency-injection): Fixed typo
closes #1345 Fixed typo with the word "possibility"
This commit is contained in:
parent
9f267ca80f
commit
6a1e6e3bf6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue