From 2fb559551721611e41584251899ed5496d829918 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 18 Sep 2025 18:47:51 +0400 Subject: [PATCH] mistypes --- kmp_console/src/commonMain/kotlin/CommonMain.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmp_console/src/commonMain/kotlin/CommonMain.kt b/kmp_console/src/commonMain/kotlin/CommonMain.kt index 58ef12b..a07bd06 100644 --- a/kmp_console/src/commonMain/kotlin/CommonMain.kt +++ b/kmp_console/src/commonMain/kotlin/CommonMain.kt @@ -7,7 +7,7 @@ import net.sergeych.ugdx.UGClient // the main function if the corresponding platform fun commonMain() { - // It is simetimes interesting to see what happens under the hood. + // It is sometimes interesting to see what happens under the hood. // uncomment out this string to reduce debug noise: //Log.connectConsole(Log.Level.DEBUG) @@ -19,7 +19,7 @@ fun commonMain() { // it needs early asynchronous initialization (again to work well with JS and WasmJS): initCrypto() - // now the crypto is ready and we can start using API + // now the crypto is ready, and we can start using API // create a client connection using WebSocket to the dev server val client = UGClient("wss://dev.unitedgold.io/kp")