1
0
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:
Christopher Kolstad 2021-06-04 15:32:46 +02:00
parent 40e4810066
commit 10fa7d9b8c
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -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