Skip to content

Commit f32260b

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

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
@@ -12,7 +12,7 @@ focuses only on constructor injection.
1212
## Usage
1313

1414
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
15+
[dot-dependency-injection](https://github.com/dotkernel/dot-dependency-injection) package, which provide all we need for
1616
injecting dependencies in any object you want.
1717

1818
`dot-dependency-injection` determines the dependencies by looking at the `#[Inject]` attribute,

0 commit comments

Comments
 (0)