mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: typo in docs
This commit is contained in:
parent
40e4810066
commit
10fa7d9b8c
@ -91,7 +91,7 @@ val unleashConfig = UnleashConfig.newBuilder()
|
||||
|
||||
# Step 5: Instantiate the client
|
||||
|
||||
Having created your `UnleashContext` and your `UnleashConfig` you can now instantiate your client. Make sure you only do this once, and pass the instantiated the client to classes/functions that need it.
|
||||
Having created your `UnleashContext` and your `UnleashConfig` you can now instantiate your client. Make sure you only do this once, and pass the instantiated client to classes/functions that need it.
|
||||
|
||||
```kotlin
|
||||
import io.getunleash.UnleashClient
|
||||
|
Loading…
Reference in New Issue
Block a user