From 10fa7d9b8cf042c6fcb754c1240373cc6a4ebe45 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 4 Jun 2021 15:32:46 +0200 Subject: [PATCH] fix: typo in docs --- websitev2/docs/sdks/android-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/sdks/android-proxy.md b/websitev2/docs/sdks/android-proxy.md index ff4eeda907..ff550e7a66 100644 --- a/websitev2/docs/sdks/android-proxy.md +++ b/websitev2/docs/sdks/android-proxy.md @@ -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