Skip to content

Commit

Permalink
docs: reference correct parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 29, 2023
1 parent 843474d commit 5a54875
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 @@ -34,7 +34,7 @@ export interface EventListeners<SingleConnection extends boolean = false> {
/**
* Emitted when the client has successfully connected to the server.
*
* @param reconnecting - Whether the client has reconnected after the connection was broken.
* @param reconnected - Whether the client has reconnected after the connection was broken.
*/
connected?: (reconnected: boolean) => void;
}
Expand Down

0 comments on commit 5a54875

Please sign in to comment.