Skip to content

Commit

Permalink
docs: fix typo in comment (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored Nov 28, 2024
1 parent 931c25e commit 00f4dd0
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 @@ -256,7 +256,7 @@ export interface ClientOptions<
*/
onNonLazyError?: (errorOrCloseEvent: unknown) => void;
/**
* How long should the client wait before closing the socket after the last oparation has
* How long should the client wait before closing the socket after the last operation has
* completed. This is meant to be used in combination with `lazy`. You might want to have
* a calmdown time before actually closing the connection. Kinda' like a lazy close "debounce".
*
Expand Down

0 comments on commit 00f4dd0

Please sign in to comment.