Typo in 06-01-01-Dependency-Injection.md

This commit is contained in:
Phil Sturgeon
2014-02-23 19:44:28 -05:00
parent f65957ae74
commit 46f5a23e30

View File

@@ -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.