From ae776d89cdfac0158125870cf66051a634fa5439 Mon Sep 17 00:00:00 2001 From: Paul Bele Date: Tue, 28 May 2019 22:05:08 +0300 Subject: [PATCH] Fix Websocket article typo --- 5-network/08-websocket/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/08-websocket/article.md b/5-network/08-websocket/article.md index 1a032956..2b5faf48 100644 --- a/5-network/08-websocket/article.md +++ b/5-network/08-websocket/article.md @@ -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: