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.