From ce2165630629e5076c1d7d1ae907f4bdfadb0532 Mon Sep 17 00:00:00 2001 From: brianbritto Date: Thu, 29 Aug 2024 00:00:16 -0500 Subject: [PATCH] Update kotlin.md Typo: module by moduel --- 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 {