diff --git a/docs/en/02_Developer_Guides/05_Extending/05_Injector.md b/docs/en/02_Developer_Guides/05_Extending/05_Injector.md index d17603362..2ebea9775 100644 --- a/docs/en/02_Developer_Guides/05_Extending/05_Injector.md +++ b/docs/en/02_Developer_Guides/05_Extending/05_Injector.md @@ -31,7 +31,7 @@ The benefit of constructing objects through this syntax is `ClassName` can be sw MyClassName: class: MyBetterClassName -Repeated calls to `create()` create a new class each time. +Repeated calls to `create()` create a new object each time. :::php $object = Injector::inst()->create('MyClassName');