From 024e2ce9eb3ea0446fae8abcfba0051893ce86a3 Mon Sep 17 00:00:00 2001 From: Ahmed Osama Ibrahim Date: Tue, 30 Apr 2024 15:40:44 +0200 Subject: [PATCH] docs: fixed typo in client documentation (#556) Co-authored-by: Ahmed Osama --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index af622917..7041f681 100644 --- a/src/client.ts +++ b/src/client.ts @@ -264,7 +264,7 @@ export interface ClientOptions< */ lazyCloseTimeout?: number; /** - * The timout between dispatched keep-alive messages, naimly server pings. Internally + * The timeout between dispatched keep-alive messages, namely server pings. Internally * dispatches the `PingMessage` type to the server and expects a `PongMessage` in response. * This helps with making sure that the connection with the server is alive and working. *