We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509f0f0 commit f32260bCopy full SHA for f32260b
1 file changed
docs/book/v5/core-features/dependency-injection.md
@@ -12,7 +12,7 @@ focuses only on constructor injection.
12
## Usage
13
14
DotKernel API comes out of the box with
15
-[dot-dependency-injection](https://github.com/dotkernel/dot-dependency-injection)package, which provide all we need for
+[dot-dependency-injection](https://github.com/dotkernel/dot-dependency-injection) package, which provide all we need for
16
injecting dependencies in any object you want.
17
18
`dot-dependency-injection` determines the dependencies by looking at the `#[Inject]` attribute,
0 commit comments