diff --git a/3.0/docs/websocket/overview.md b/3.0/docs/websocket/overview.md index 2a5cfa9a..a3ac8145 100644 --- a/3.0/docs/websocket/overview.md +++ b/3.0/docs/websocket/overview.md @@ -82,7 +82,7 @@ ws.onText { ws, text in // Send a message. ws.send("Hello, world!") -// Wait for the Websocket to closre. +// Wait for the Websocket to close. try ws.onClose.wait() ```