From 80a50ba480f3435a924e2b7e14f02a90f4c325ef Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Tue, 23 Aug 2016 21:41:46 +0200 Subject: [PATCH] Rewrite sentence --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 6192c00..6106531 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -133,7 +133,7 @@ Classes with multiple constructors can be injected. The following rules apply to * When no injectable constructor is found an InstanceCreationException will be thrown on resolve. If the constructors of a class are not suitable for injection, you could manually configure its creation using Application Contexts (see chapter further down). -Constructor injection has the advantage of not having add dependcies to Poodinis all over your application. +Constructor injection has the advantage of not having to import Poodinis throughout your application. Circular dependencies ---------------------