Skip to content

Commit 6127a50

Browse files
Swon054Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line294 (#1606)
1 parent 3612cf8 commit 6127a50

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
@@ -291,7 +291,7 @@ HTML: we need a `<form>` to send messages and a `<div>` for incoming messages:
291291
자바스크립트론 다음 세 가지 기능을 구현해야 합니다.
292292
1. Open the connection.
293293
2. On form submission -- `socket.send(message)` for the message.
294-
3. On incoming message -- append it to `div#messages`.
294+
3. 메시지 수신 처리 -- 수신한 메시지는 `div#messages`에 추가
295295

296296
Here's the code:
297297

0 commit comments

Comments
 (0)