fix: typo

This commit is contained in:
Kieran 2023-10-11 20:59:35 +01:00
parent 2155d00a07
commit 5a67edaf0b
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -272,7 +272,7 @@ export class Connection extends ExternalStore<ConnectionStateSnapshot> {
ok: false, ok: false,
id: e.id, id: e.id,
relay: this.Address, relay: this.Address,
message: "Timout waiting for OK response", message: "Timeout waiting for OK response",
}); });
}, timeout); }, timeout);