Skip to content

Commit e245716

Browse files
authored
Update docs/book/v5/core-features/dependency-injection.md
1 parent 573358a commit e245716

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
@@ -54,7 +54,7 @@ public function getDependencies(): array
5454
}
5555
```
5656

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

6060
> Dependencies injection applies to any object within DotKernel API, for example, you could inject dependencies in

0 commit comments

Comments
 (0)