Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart/android-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,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
2 changes: 1 addition & 1 deletion docs/quickstart/android-viewmodel.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
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
2 changes: 1 addition & 1 deletion docs/quickstart/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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