Skip to content

Commit

Permalink
docs(ws): typos in comments (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc d'Entremont authored Oct 6, 2023
1 parent d86f7f7 commit cddf840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function useServer<
options: ServerOptions<P, Extra & Partial<E>>,
ws: WebSocketServer,
/**
* The timout between dispatched keep-alive messages. Internally uses the [ws Ping and Pongs]((https://developer.mozilla.org/en-US/docs/Web/API/wss_API/Writing_ws_servers#Pings_and_Pongs_The_Heartbeat_of_wss))
* The timeout between dispatched keep-alive messages. Internally uses the [ws Ping and Pongs]((https://developer.mozilla.org/en-US/docs/Web/API/wss_API/Writing_ws_servers#Pings_and_Pongs_The_Heartbeat_of_wss))
* to check that the link between the clients and the server is operating and to prevent the link
* from being broken due to idling.
*
Expand Down

0 comments on commit cddf840

Please sign in to comment.