Skip to content

Commit b8b29e1

Browse files
alexmerlinarhimede
authored andcommitted
Update docs/book/v5/core-features/dependency-injection.md
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent a0fb134 commit b8b29e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v5/core-features/dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getDependencies(): array
5555
```
5656

5757
That's it. By registering this, when your object will be instantiated from the container, it will automatically have its
58-
its dependencies resolved.
58+
dependencies resolved.
5959

6060
> Dependencies injection applies to any object within DotKernel API, for example, you could inject dependencies in
6161
> a service and so on, just need to register it in the `ConfigProvider`

0 commit comments

Comments
 (0)