Skip to content

Commit

Permalink
Merge pull request #1602 from Deishelon/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in context-isolation.md
  • Loading branch information
arnaudgiuliani authored Aug 4, 2023
2 parents 7f1c977 + c06ae39 commit 08fc99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/koin-core/context-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ startKoin {
}
```

This uses teh default Koin context to register your dependencies.
This uses the default Koin context to register your dependencies.

But if we want to use an isolated Koin instance, you need declare an instance and store it in a class to hold your instance.
You will have to keep your Koin Application instance available in your library and pass it to your custom KoinComponent implementation:
Expand Down

0 comments on commit 08fc99f

Please sign in to comment.