mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 09:13:58 +02:00
Typo in 06-01-01-Dependency-Injection.md
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user