diff --git a/docs/reference/koin-core/dsl-update.md b/docs/reference/koin-core/dsl-update.md index 4f93c62af..91e6495bf 100644 --- a/docs/reference/koin-core/dsl-update.md +++ b/docs/reference/koin-core/dsl-update.md @@ -22,7 +22,7 @@ module { } ``` -Not need to specify dependencies in constructor anymore with `get()` function! 🎉 +No need to specify dependencies in constructor anymore with `get()` function! 🎉 :::info Be sure to use `::` before your class name, to target your class constructor @@ -109,4 +109,4 @@ val factory = koin.get { parametersOf(id)} :::caution Koin Reflection DSL is now deprecated. Please Use Koin Constructor DSL above -::: \ No newline at end of file +:::