From 5bb49b9af590881a5a98cfac0c698cdadc4a9faa Mon Sep 17 00:00:00 2001 From: Vlad Ghita Date: Fri, 4 Jan 2019 15:11:55 +0200 Subject: [PATCH 1/3] 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. From d3a044da7045340a750708155706e7f966f0148b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 7 Jun 2019 03:46:47 +0200 Subject: [PATCH 2/3] Fix typo --- docs/introduction/di_in_python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 7fe4f95a..31b8146c 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -130,7 +130,7 @@ using :doc:`Dependency Injector <../index>`: :language: python :linenos: -Userful links +Useful links ~~~~~~~~~~~~~ There are some useful links related to dependency injection design pattern From ffb3840a52fe67e504dbe6e649856043f905357e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 7 Jun 2019 15:48:43 +0200 Subject: [PATCH 3/3] Update the title tildas --- docs/introduction/di_in_python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 31b8146c..2b080c3e 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -131,7 +131,7 @@ using :doc:`Dependency Injector <../index>`: :linenos: Useful links -~~~~~~~~~~~~~ +~~~~~~~~~~~~ There are some useful links related to dependency injection design pattern that could be used for further reading: