Skip to content

Commit

Permalink
Merge pull request #1692 from rory-instil/main
Browse files Browse the repository at this point in the history
Documentation: fixing spelling mistake and replacing reference to `multiplatform` to `ktor`
  • Loading branch information
arnaudgiuliani authored Nov 16, 2023
2 parents b4beffc + c4d9469 commit e3a3229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/koin.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ From now you can continue on Koin Tutorials to learn about using Koin: [Kotlin M

### **Ktor**

Add `koin-ktor` dependency to your multiplatform application:
Add `koin-ktor` dependency to your Ktor application:

```groovy
dependencies {
Expand All @@ -165,7 +165,7 @@ dependencies {
}
```

You are now ready to intall Koin feature into your Ktor application:
You are now ready to install Koin feature into your Ktor application:

```kotlin
fun Application.main() {
Expand Down

0 comments on commit e3a3229

Please sign in to comment.