Skip to content

Commit ae776d8

Browse files
committed
Fix Websocket article typo
1 parent 56365ae commit ae776d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/08-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For instance:
130130
let socket = new WebSocket("wss://javascript.info/chat", ["soap", "wamp"]);
131131
```
132132

133-
The server should respond with a list of protocls and extensions that it agrees to use.
133+
The server should respond with a list of protocols and extensions that it agrees to use.
134134

135135
For example, the request:
136136

0 commit comments

Comments
 (0)