From 46f5a23e3050516b4d0750d56f3845c613f07063 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Sun, 23 Feb 2014 19:44:28 -0500 Subject: [PATCH] Typo in 06-01-01-Dependency-Injection.md --- _posts/06-01-01-Dependency-Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/06-01-01-Dependency-Injection.md b/_posts/06-01-01-Dependency-Injection.md index e69c4a2..3bc3c07 100644 --- a/_posts/06-01-01-Dependency-Injection.md +++ b/_posts/06-01-01-Dependency-Injection.md @@ -10,4 +10,4 @@ From [Wikipedia](http://en.wikipedia.org/wiki/Dependency_injection): > possible to change them, whether at run-time or compile-time. This quote makes the concept sound much more complicated than it actually is. Dependency Injection is providing a component -with it's dependencies either through constructor injection, method calls or the setting of properties. It is that simple. +with its dependencies either through constructor injection, method calls or the setting of properties. It is that simple.