We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a404581 commit 5e199c9Copy full SHA for 5e199c9
1 file changed
5-network/11-websocket/article.md
@@ -278,7 +278,7 @@ Let's review a chat example using browser WebSocket API and Node.js WebSocket mo
278
HTML에선 메시지를 보낼 때 사용할 `<form>`과 수신받을 메시지를 보여줄 `<div>`가 필요합니다.
279
280
```html
281
-<!-- message form -->
+<!-- 메세지 폼 -->
282
<form name="publish">
283
<input type="text" name="message">
284
<input type="submit" value="Send">
0 commit comments