From 3d86975b054f4ae25cca5fcf585e09822b3c33ab Mon Sep 17 00:00:00 2001 From: Julian Bokelmann Date: Tue, 9 Apr 2024 13:22:42 +0200 Subject: [PATCH 1/2] Fix typo in docs --- docs/reference/koin-annotations/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/koin-annotations/start.md b/docs/reference/koin-annotations/start.md index 57bf82a..47669c1 100644 --- a/docs/reference/koin-annotations/start.md +++ b/docs/reference/koin-annotations/start.md @@ -51,7 +51,7 @@ The Koin compiler offers some options to configure. Following the official doc, ### Compile Safety - check your Koin config at compile time (since 1.3.0) -Koin Annotations allows the compiler plugin to verify yout Koin configuration at compile time. This can be activated with the following Ksp options, to add to your Gradle module: +Koin Annotations allows the compiler plugin to verify your Koin configuration at compile time. This can be activated with the following Ksp options, to add to your Gradle module: ```groovy // in build.gradle or build.gradle.kts From 2d82fdbb82e44aeed5b08cfcb8b2b802b9dda6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ShellWen=20=7C=20=E9=A2=89=E6=96=87?= Date: Wed, 17 Jul 2024 00:05:12 +0800 Subject: [PATCH 2/2] Fix typos in `/docs/reference/koin-annotations/start.md` --- docs/reference/koin-annotations/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/koin-annotations/start.md b/docs/reference/koin-annotations/start.md index 47669c1..2a5a1e9 100644 --- a/docs/reference/koin-annotations/start.md +++ b/docs/reference/koin-annotations/start.md @@ -69,7 +69,7 @@ The compiler will check that all dependencies used in your configuration is decl ### Disabling Default Module (since 1.3.0) -By default, the Koibn compiler detect any definition not bound to a module and put it in a "default mmodule", a Koin module generated at the root of your project. You can disable the use and generation of default module with the following option: +By default, the Koin compiler detect any definition not bound to a module and put it in a "default module", a Koin module generated at the root of your project. You can disable the use and generation of default module with the following option: ```groovy // in build.gradle or build.gradle.kts