Skip to content

Commit

Permalink
Merge pull request #1917 from FireLord/patch-1
Browse files Browse the repository at this point in the history
docs: Fix typo in android.md
  • Loading branch information
arnaudgiuliani authored Sep 17, 2024
2 parents e73c74c + 38e3f00 commit 3cccb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The `modules()` function in `startKoin` load the given list of modules

## Koin module: classic or constructor DSL?

Here is the Koin moduel declaration for our app:
Here is the Koin module declaration for our app:

```kotlin
val appModule = module {
Expand Down

0 comments on commit 3cccb03

Please sign in to comment.