Fix typo. (#214)

This commit is contained in:
Vlad Ghita 2019-01-04 15:11:55 +02:00 committed by Roman Mogylatov
parent 5cf5bdda24
commit 5bb49b9af5

View File

@ -17,7 +17,7 @@ applications.
It may be good idea, to move all external dependencies (like 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 *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 your component in their applications,
because they would be able to find right place / right way for doing this because they would be able to find right place / right way for doing this
in their application's architectures. in their application's architectures.