Skip to content

Commit

Permalink
Merge pull request #2000 from ifeomaro/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in dsl.md
  • Loading branch information
arnaudgiuliani authored Nov 15, 2024
2 parents 6f6d621 + 87ee050 commit 1e3dff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/koin-core/dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Koin DSL
---

Thanks to the power of Kotlin language, Koin provides a DSL to help your describe your app instead of annotate it or generate code for it. With its Kotlin DSL, Koin offers a smart functional API to achieve to prepare your dependency injection.
Thanks to the power of Kotlin language, Koin provides a DSL to help you describe your app instead of annotate it or generate code for it. With its Kotlin DSL, Koin offers a smart functional API to achieve to prepare your dependency injection.

## Application & Module DSL

Expand Down

0 comments on commit 1e3dff7

Please sign in to comment.