Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/providers/dependency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ applications.
It may be good idea, to move all external dependencies (like
*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
themselves free about integration of yours component in their applications,
themselves free about integration of your component in their applications,
because they would be able to find right place / right way for doing this
in their application's architectures.

Expand Down