Merge pull request #1024 from skmetaly/fix-websocket-typo

Fix Websocket article typo
This commit is contained in:
Ilya Kantor 2019-05-28 23:44:21 +03:00 committed by GitHub
commit 9adabf8e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: