We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfd111 commit 573358aCopy full SHA for 573358a
1 file changed
docs/book/v5/core-features/dependency-injection.md
@@ -16,7 +16,7 @@ DotKernel API comes out of the box with
16
injecting dependencies in any object you want.
17
18
`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.
+of a class. Dependencies are specified as separate parameters of the `#[Inject]` attribute.
20
21
For our example we will inject a `UserService` and `config` dependencies in a `UseHandler`.
22
0 commit comments