From 28125753b401383ed688009eae00a39c0c3fad1a Mon Sep 17 00:00:00 2001 From: Anton Sheihman Date: Tue, 1 Oct 2024 17:22:41 +0300 Subject: [PATCH] Update kotlin.md - fix typo --- docs/quickstart/kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/kotlin.md b/docs/quickstart/kotlin.md index c9c70f087..bc6e5108d 100755 --- a/docs/quickstart/kotlin.md +++ b/docs/quickstart/kotlin.md @@ -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 {