Fix Websocket article typo
This commit is contained in:
parent
56365aedf1
commit
ae776d89cd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue