Update with minor grammar fixes

This commit is contained in:
Myo T Kyaw
2016-09-16 18:40:43 -07:00
parent 5118537e23
commit 14e80864d5
14 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ If you have ever read about Dependency Injection then you have probably seen the
### Inversion of Control
Inversion of Control is as it says, "inverting the control" of a system by keeping organisational control entirely
Inversion of Control is as it says, "inverting the control" of a system by keeping organizational control entirely
separate from our objects. In terms of Dependency Injection, this means loosening our dependencies by controlling and
instantiating them elsewhere in the system.