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")