mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Correcing typo in providers docs
This commit is contained in:
parent
446a659bc8
commit
9d48044ea3
|
@ -211,7 +211,7 @@ reusable by wide amount of developers and to be easily integrated into many
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
It may be good idea, to move all external dependencies (like
|
It may be good idea, to move all external dependencies (like
|
||||||
*dabase connection*) to the top level and make them to be injected on your
|
*database connection*) to the top level and make them to be injected on your
|
||||||
software component's initialization. It will make third party developers feel
|
software component's initialization. It will make third party developers feel
|
||||||
themselves free about integration of yours component in their applications,
|
themselves free about integration of yours component in their applications,
|
||||||
because of they would be able to find right place / right way for doing this
|
because of they would be able to find right place / right way for doing this
|
||||||
|
|
Loading…
Reference in New Issue
Block a user