Skip to content

Commit 9adabf8

Browse files
authored
Merge pull request #1024 from skmetaly/fix-websocket-typo
Fix Websocket article typo
2 parents 56365ae + ae776d8 commit 9adabf8

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)