Skip to content

Commit 3ce522b

Browse files
committed
fix typo
1 parent 5a2726c commit 3ce522b

File tree

1 file changed

+1
-1
lines changed
  • deltachat-jsonrpc/typescript/generated

1 file changed

+1
-1
lines changed

deltachat-jsonrpc/typescript/generated/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export class RawClient {
492492

493493
/**
494494
* Indicate that the network likely has come back.
495-
* or just that the network connditions might have changed
495+
* or just that the network conditions might have changed
496496
*/
497497
public maybeNetwork(): Promise<null> {
498498
return (this._transport.request('maybe_network', [] as RPC.Params)) as Promise<null>;

0 commit comments

Comments
 (0)