Fix Websocket article typo

This commit is contained in:
Paul Bele 2019-05-28 22:05:08 +03:00
parent 56365aedf1
commit ae776d89cd

View file

@ -130,7 +130,7 @@ For instance:
let socket = new WebSocket("wss://javascript.info/chat", ["soap", "wamp"]);
```
The server should respond with a list of protocls and extensions that it agrees to use.
The server should respond with a list of protocols and extensions that it agrees to use.
For example, the request: