Skip to content

Commit a404581

Browse files
Jeehay28Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line233 (#1606)
1 parent 7cfc710 commit a404581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ socket.close(1000, "Work complete");
230230
// the other party
231231
socket.onclose = event => {
232232
// event.code === 1000
233-
// event.reason === "Work complete"
233+
// event.reason === "작업 완료"
234234
// event.wasClean === true (clean close)
235235
};
236236
```

0 commit comments

Comments
 (0)