From 9d48044ea3f7805b2477ea5cb3d9dd87f9fdfd04 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 13 May 2015 18:46:46 +0300 Subject: [PATCH] Correcing typo in providers docs --- docs/providers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers.rst b/docs/providers.rst index d987bf96..6ad64030 100644 --- a/docs/providers.rst +++ b/docs/providers.rst @@ -211,7 +211,7 @@ reusable by wide amount of developers and to be easily integrated into many applications. 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 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