We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2726c commit 3ce522bCopy full SHA for 3ce522b
deltachat-jsonrpc/typescript/generated/client.ts
@@ -492,7 +492,7 @@ export class RawClient {
492
493
/**
494
* Indicate that the network likely has come back.
495
- * or just that the network connditions might have changed
+ * or just that the network conditions might have changed
496
*/
497
public maybeNetwork(): Promise<null> {
498
return (this._transport.request('maybe_network', [] as RPC.Params)) as Promise<null>;
0 commit comments