Skip to content

Commit 573358a

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

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
@@ -16,7 +16,7 @@ DotKernel API comes out of the box with
1616
injecting dependencies in any object you want.
1717

1818
`dot-dependency-injection` determines the dependencies by looking at the `#[Inject]` attribute, added to the constructor
19-
added to the constructor of a class. Dependencies are specified as separate parameters of the `#[Inject]` attribute.
19+
of a class. Dependencies are specified as separate parameters of the `#[Inject]` attribute.
2020

2121
For our example we will inject a `UserService` and `config` dependencies in a `UseHandler`.
2222

0 commit comments

Comments
 (0)