Skip to content

Commit

Permalink
docs: fixed typo in client documentation (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Osama <ahmed-osama.ibrahim@hotelkit.net>
  • Loading branch information
ahmedosama94 and Ahmed Osama committed Apr 30, 2024
1 parent ce4b88d commit 024e2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 024e2ce

Please sign in to comment.