From 38e3f00d17065c127694beabe0a5968bc3f8bcb3 Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Tue, 16 Jul 2024 11:48:42 +0530 Subject: [PATCH] docs: Fix typo in android.md --- docs/quickstart/android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/android.md b/docs/quickstart/android.md index 96d21e02f..3b5dd8807 100755 --- a/docs/quickstart/android.md +++ b/docs/quickstart/android.md @@ -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 {