From 9ef616a148b48d0cdfe71922cabe908fa97a3e8f Mon Sep 17 00:00:00 2001 From: Vlad Ghita Date: Fri, 4 Jan 2019 15:11:55 +0200 Subject: [PATCH] Fix typo. (#214) --- docs/providers/dependency.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/dependency.rst b/docs/providers/dependency.rst index 0da99e9d..6fdbb912 100644 --- a/docs/providers/dependency.rst +++ b/docs/providers/dependency.rst @@ -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.