diff --git a/doc/understanding-di.md b/doc/understanding-di.md index 1058b79da..853de7879 100644 --- a/doc/understanding-di.md +++ b/doc/understanding-di.md @@ -144,7 +144,7 @@ having to rewrite the `StoreService`. ## With PHP-DI -You may see that dependency injection will leave with one drawback: you now have to handle injecting dependencies. +You may see that dependency injection has one drawback: you now have to handle injecting dependencies. That's where a container, and specifically PHP-DI, can help you.