Skip to content

Commit 2dd8f0e

Browse files
authored
Merge pull request #259 from FireSquid6/patch-1
Fix a minor grammar mistake
2 parents 895294e + a64efaa commit 2dd8f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ WebSocket is a realtime protocol for communication between your client and serve
2020

2121
Unlike HTTP where our client repeatedly asking the website for information and waiting for a reply each time, WebSocket sets up a direct line where our client and server can send messages back and forth directly, making the conversation quicker and smoother without having to start over each message.
2222

23-
SocketIO is a popular library for WebSocket, but it is not the only one. Elysia uses [uWebSocket](https://github.com/uNetworking/uWebSockets) which Bun use under the hood with the same API.
23+
SocketIO is a popular library for WebSocket, but it is not the only one. Elysia uses [uWebSocket](https://github.com/uNetworking/uWebSockets) which Bun uses under the hood with the same API.
2424

2525
To use websocket, simply call `Elysia.ws()`:
2626

0 commit comments

Comments
 (0)