From 3d86975b054f4ae25cca5fcf585e09822b3c33ab Mon Sep 17 00:00:00 2001 From: Julian Bokelmann Date: Tue, 9 Apr 2024 13:22:42 +0200 Subject: [PATCH] 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