Skip to content

Commit e987f27

Browse files
LanplicaViolet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line278 (#1606)
1 parent b1a83e7 commit e987f27

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
@@ -275,7 +275,7 @@ To get connection state, additionally there's `socket.readyState` property with
275275

276276
Let's review a chat example using browser WebSocket API and Node.js WebSocket module <https://github.com/websockets/ws>. We'll pay the main attention to the client side, but the server is also simple.
277277

278-
HTML: we need a `<form>` to send messages and a `<div>` for incoming messages:
278+
HTML에선 메시지를 보낼 때 사용할 `<form>`과 수신받을 메시지를 보여줄 `<div>`가 필요합니다.
279279

280280
```html
281281
<!-- message form -->

0 commit comments

Comments
 (0)