diff --git a/packages/system/src/connection.ts b/packages/system/src/connection.ts index 0134d101..da4db0d1 100644 --- a/packages/system/src/connection.ts +++ b/packages/system/src/connection.ts @@ -272,7 +272,7 @@ export class Connection extends ExternalStore { ok: false, id: e.id, relay: this.Address, - message: "Timout waiting for OK response", + message: "Timeout waiting for OK response", }); }, timeout);